I think it doesn't support Typescript, since while I import it as a module I got:
Could not find a declaration file for module 'node-localstorage'. 'path-to-project/node_modules/node-localstorage/LocalStorage.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/node-localstorage` if it exists or add a new declaration (.d.ts) file containing `declare module 'node-localstorage';`
I think it doesn't support Typescript, since while I import it as a module I got: