wip library to store cold objects in s3, warm objects on disk, and hot objects in memory
nodejs typescript
at main 150 B view raw
1{ 2 "useTabs": true, 3 "tabWidth": 4, 4 "singleQuote": true, 5 "trailingComma": "all", 6 "printWidth": 100, 7 "arrowParens": "always", 8 "endOfLine": "lf" 9}