async-array-buffer
Version:
This module allows to allocate and deallocate ArrayBuffers without blocking the main thread.
7 lines • 438 B
TypeScript
import { load } from 'async-array-buffer-broker';
export declare const allocate: ReturnType<typeof load>['allocate'];
export declare const connect: ReturnType<typeof load>['connect'];
export declare const deallocate: ReturnType<typeof load>['deallocate'];
export declare const disconnect: ReturnType<typeof load>['disconnect'];
export declare const isSupported: ReturnType<typeof load>['isSupported'];
//# sourceMappingURL=module.d.ts.map