Add Function.d.ts
This commit is contained in:
3
config-serializer/Function.d.ts
vendored
Normal file
3
config-serializer/Function.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
interface Function {
|
||||
name: string;
|
||||
}
|
||||
@@ -1,7 +1,3 @@
|
||||
interface Function {
|
||||
name: string;
|
||||
}
|
||||
|
||||
abstract class Serializable<T> {
|
||||
|
||||
private static depth = 0;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/// <reference path="Function.d.ts" />
|
||||
/// <reference path="assert.ts" />
|
||||
/// <reference path="Serializable.ts" />
|
||||
/// <reference path="ClassArray.ts" />
|
||||
|
||||
Reference in New Issue
Block a user