Add Function.d.ts

This commit is contained in:
László Monda
2016-04-09 14:03:02 +02:00
parent 8a2fd58c00
commit ba64cc6da6
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,3 @@
interface Function {
name: string;
}
abstract class Serializable<T> {
private static depth = 0;