UNPKG

@endo/check-bundle

Version:
4 lines 276 B
export function checkBundle(bundle: any, name?: string | undefined): Promise<void>; export function checkBundleBytes(bytes: Uint8Array, name?: string | undefined): Promise<void>; export function checkBundleFile(path: string): Promise<void>; //# sourceMappingURL=index.d.ts.map