@odroe/fs-local
v0.1.10
Published
Local filesystem adapter for @doroe/fs
Downloads
45
Maintainers
Readme
Using the local filesystem adapter
import { fs } from '@odroe/fs';
import { LocalAdapter } from '@odroe/fs-local';
const local = new LocalAdapter('/storage');
fs.registerAdapter('local', local);