@loaders.gl/zip
Version:
Zip Archive Loader
11 lines • 396 B
TypeScript
import type { ReadableFile } from '@loaders.gl/loader-utils';
/** Description of zip signature type */
export type ZipSignature = Uint8Array;
/**
* looking for the last occurrence of the provided
* @param file
* @param target
* @returns
*/
export declare const searchFromTheEnd: (file: ReadableFile, target: ZipSignature) => Promise<bigint>;
//# sourceMappingURL=search-from-the-end.d.ts.map