mpath
mpath copied to clipboard
Types haven't published to npm
Do you want to request a feature or report a bug? Feature What is the current behavior? There isn't a type declaration file in npm package What is the expected behavior? Provide the types file in package
For now I've just stubbed the types in my global.d.ts
file, but having the actual types would definitely be preferred.
For now I've just stubbed the types in my
global.d.ts
file, but having the actual types would definitely be preferred.
You can install from github
Going even further, you can install from github under a @types/mpath
alias, so you can still have the published version with the types from this repo:
"devDependencies": {
"@types/mpath": "github:mongoosejs/mpath",