Merge pull request #1110 from isiahmeadows/next

Add definition file to npm
This commit is contained in:
Isiah Meadows 2016-06-17 06:14:55 -04:00 committed by GitHub
commit 5cff2945b2
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"
]
}