Add export for power-assert-formatter (#45002)

The types were global-only, but the package is actually UMD.
This commit is contained in:
Nathan Shively-Sanders 2020-06-01 16:31:54 -07:00 committed by GitHub
parent c8cde12e76
commit 8412eb76ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,3 +27,6 @@ declare namespace powerAssertFormatter {
export function defaultOptions():Options;
}
export = powerAssertFormatter;
export as namespace powerAssertFormatter;