UNPKG

als-store

Version:

Library for streamlined file management and advanced data caching, featuring intelligent file searching, dynamic cache control, and flexible file operations

11 lines (9 loc) 160 B
## Install and Import Install using npm: ```bash npm i als-store ``` Require in your project: ```js const { Store, File } = require('als-store') ```