UNPKG

nufatfs

Version:

A new async-friendly library for accessing FAT16 and FAT32 filesystems

3 lines 196 B
import { Driver } from "./types"; export declare function createChunkingDriver(underlying: Driver, maxSectors: number, sectorSize: number): Driver; //# sourceMappingURL=chunking-fs-driver.d.ts.map