Add definition file to npm [ci skip]

This commit is contained in:
impinball 2016-06-17 05:57:48 -04:00
parent c55917d21a
commit cb10456bbe
3 changed files with 1182 additions and 2 deletions

1178
index.d.ts vendored Normal file

File diff suppressed because it is too large Load diff

3
mithril.d.ts vendored
View file

@ -1,4 +1,5 @@
// Mithril type definitions for Typescript
// Mithril type definitions for Typescript. Note that changes to this *must* be
// mirrored in the module export file in index.d.ts
/**
* This is the module containing all the types/declarations/etc. for Mithril

View file

@ -43,6 +43,7 @@
"mithril.min.js",
"mithril.min.js.map",
"mithril.js",
"README.*"
"mithril.d.js",
"index.d.js"
]
}