Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/persistence / globals.node.d.ts
Size: Mime:
/**
 * @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
  }
}