Merge pull request #1110 from isiahmeadows/next
Add definition file to npm
This commit is contained in:
commit
5cff2945b2
3 changed files with 1182 additions and 2 deletions
1178
index.d.ts
vendored
Normal file
1178
index.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load diff
3
mithril.d.ts
vendored
3
mithril.d.ts
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@
|
|||
"mithril.min.js",
|
||||
"mithril.min.js.map",
|
||||
"mithril.js",
|
||||
"README.*"
|
||||
"mithril.d.js",
|
||||
"index.d.js"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue