remove node_modules and .gitignore them
This commit is contained in:
-11
@@ -1,11 +0,0 @@
|
||||
/**
|
||||
* @packageDocumentation
|
||||
* @module std.internal
|
||||
*/
|
||||
import { IPushFront } from "./IPushFront";
|
||||
export interface IDeque<T> extends IPushFront<T> {
|
||||
/**
|
||||
* Erase the first element.
|
||||
*/
|
||||
pop_front(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user