@worker-tools/structured-json
Version:
Stringify and parse JavaScript values according to Structured Clone Algorithm.
20 lines (19 loc) • 541 B
TypeScript
export default blob;
declare namespace blob {
namespace blob {
function test(x: any): boolean;
function test(x: any): boolean;
function replace(b: any): any;
function replace(b: any): any;
function revive({ type, buffer }: {
type: any;
buffer: any;
}): Blob;
function revive({ type, buffer }: {
type: any;
buffer: any;
}): Blob;
function replaceAsync(b: any): any;
function replaceAsync(b: any): any;
}
}