Repository URL to install this package:
|
Version:
3.0.0 ▾
|
@skava/persistence
/
globals.node.d.ts
|
|---|
/**
* @note - this extends process & globals
* the same as any other types file
* it will add another type def in the list
*/
declare namespace NodeJS {
interface Global {
localStorage: Storage
}
}