UNPKG
node-disk-storage
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.5-rc-3
0.0.5-rc-2
0.0.5-rc-1
0.0.5-rc
0.0.4
0.0.3
0.0.2
0.0.1
fast and secure local storage persistent data for node js
github.com/restuwahyu13/node-disk-storage
node-disk-storage
/
dist
/
utils
/
error.d.ts
9 lines
(8 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * node-disk-storage *
@author
Copyright(c)
2021
by Restu wahyu saputra * MIT Licensed */ export declare
class
NodeDiskStorageError
extends
Error
{ constructor(message: string); }