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
+3
View File
@@ -0,0 +1,3 @@
interface Function {
name: string;
}