5 lines
312 B
TypeScript
5 lines
312 B
TypeScript
|
|
import DirSharded from './dir-sharded.js';
|
||
|
|
import type { Dir } from './dir.js';
|
||
|
|
import type { PersistOptions } from './utils/persist.js';
|
||
|
|
export declare function flatToShard(child: Dir | null, dir: Dir, threshold: number, options: PersistOptions): Promise<DirSharded>;
|
||
|
|
//# sourceMappingURL=flat-to-shard.d.ts.map
|