scope-functions

1.1.0 • Public • Published

Build Status

Usage

import "scope-functions";

let myObj = {a:1}.also(console.log);

let myNumber = {a:1}.let(x => x.a);

Package Sidebar

Install

npm i scope-functions

Weekly Downloads

8

Version

1.1.0

License

MIT

Unpacked Size

4.63 kB

Total Files

12

Last publish

Collaborators

  • ken107