Comparing version 0.9.8-rc5 to 0.9.8
@@ -14,17 +14,14 @@ declare global { | ||
interface Mhr { | ||
new (): Mhr | ||
use: use | ||
unuse: use | ||
} | ||
interface MhrStatic extends Mhr { | ||
new (): Mhr | ||
} | ||
} | ||
} | ||
declare const Mhr: Menhera.MhrStatic | ||
declare const Mhr: Menhera.Mhr | ||
export default Mhr | ||
declare module 'menhera' { | ||
export default Mhr | ||
} | ||
// declare module 'menhera' { | ||
// export default Mhr | ||
// } |
{ | ||
"name": "menhera", | ||
"version": "0.9.8-rc5", | ||
"version": "0.9.8", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
333021
9521