@odroe/fs-local
TypeScript icon, indicating that this package has built-in type declarations

0.1.10 • Public • Published

Overview & Tutorial

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);

License

MIT license.

Package Sidebar

Install

npm i @odroe/fs-local

Weekly Downloads

1

Version

0.1.10

License

MIT

Unpacked Size

16.7 kB

Total Files

12

Last publish

Collaborators

  • medz