UNPKG

@loaders.gl/crypto

Version:

Cryptographic/hashing plugins for loaders.gl

10 lines 197 B
export type CryptoHashOptions = { modules?: { [moduleName: string]: any; }; crypto?: { algorithm: any; onEnd?: any; }; }; //# sourceMappingURL=types.d.ts.map