@loaders.gl/i3s
Version:
i3s .
10 lines • 481 B
TypeScript
import type { ReadableFile } from '@loaders.gl/loader-utils';
import { SLPKArchive } from "./slpk-archieve.js";
/**
* Creates slpk file handler from raw file
* @param fileProvider raw readable file data
* @param cb is called with information message during parsing
* @returns slpk file handler
*/
export declare function parseSLPKArchive(fileProvider: ReadableFile, cb?: (msg: string) => void, fileName?: string): Promise<SLPKArchive>;
//# sourceMappingURL=parse-slpk.d.ts.map