remove node_modules and .gitignore them
This commit is contained in:
-12
@@ -1,12 +0,0 @@
|
||||
/**
|
||||
* @packageDocumentation
|
||||
* @module std.internal
|
||||
*/
|
||||
export interface IPushFront<T> {
|
||||
/**
|
||||
* Insert an element at the first.
|
||||
*
|
||||
* @param val Value to insert.
|
||||
*/
|
||||
push_front(val: T): void;
|
||||
}
|
||||
Reference in New Issue
Block a user