UNPKG

@zenfs/core

Version:

A filesystem, anywhere

11 lines (10 loc) 231 B
export declare const config: { /** * Whether to perform access checks */ checkAccess: boolean; /** * Whether to sync atime updates immediately when reading from a file */ syncOnRead: boolean; };