Add Function.d.ts
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
interface Function {
|
||||
name: string;
|
||||
}
|
||||
|
||||
abstract class Serializable<T> {
|
||||
|
||||
private static depth = 0;
|
||||
|
||||
Reference in New Issue
Block a user