mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Add export for power-assert-formatter (#45002)
The types were global-only, but the package is actually UMD.
This commit is contained in:
parent
c8cde12e76
commit
8412eb76ba
3
types/power-assert-formatter/index.d.ts
vendored
3
types/power-assert-formatter/index.d.ts
vendored
@ -27,3 +27,6 @@ declare namespace powerAssertFormatter {
|
||||
|
||||
export function defaultOptions():Options;
|
||||
}
|
||||
|
||||
export = powerAssertFormatter;
|
||||
export as namespace powerAssertFormatter;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user