@ponomarevlad/local-storage-polyfill

0.1.0-module.4 • Public • Published

Local Storage Polyfill

The "localStorage" polyfill for Node.js.

Polyfill

// jest.setup.js
import '@mswjs/local-storage-polyfill/global'

Node.js

import { Storage } from '@mswjs/local-storage-polyfill'

const storage = new Storage()
storage.setItem('name', 'John')

Package Sidebar

Install

npm i @ponomarevlad/local-storage-polyfill

Weekly Downloads

1

Version

0.1.0-module.4

License

MIT

Unpacked Size

112 kB

Total Files

8

Last publish

Collaborators

  • ponomarevlad