vamoot
TypeScript icon, indicating that this package has built-in type declarations

0.0.107 • Public • Published

Vamoot

A simple stand-in for writable-once Proxy

 
import {VamootProxy} from 'vamoot';
const v = new VamootProxy();
v.set('foo','bar');
v.get('foo');
v.set('foo', 'star') // error
 

Package Sidebar

Install

npm i vamoot

Weekly Downloads

2

Version

0.0.107

License

MIT

Unpacked Size

3.96 kB

Total Files

6

Last publish

Collaborators

  • oresoftware