UNPKG
@sailboat-computer/data-storage
Version:
latest (1.1.56)
1.1.56
1.1.55
1.1.52
1.1.47
1.1.46
1.1.45
1.1.44
1.1.39
1.1.38
1.1.36
1.1.35
1.1.34
1.1.33
1.1.32
1.1.28
1.1.27
1.1.21
1.1.19
1.1.18
1.1.17
1.1.15
Shared data storage library for sailboat computer v3
@sailboat-computer/data-storage
/
dist
/
config
/
IStorageConfigManager.js
8 lines
•
280 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
/** * Storage Configuration Manager Interface * * This interface defines the common methods for all storage configuration manager implementations. */
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
//# sourceMappingURL=IStorageConfigManager.js.map