0.1.0-beta.20240819 • Published 11 months ago

@muxiu1997/let-also v0.1.0-beta.20240819

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Install

$ npm install @muxiu1997/let-also

Quick Start

import { wrap } from '@muxiu1997/let-also'

const result = wrap(Math.random() * 100)
  .also(it => console.log(`Random number: ${it}`))
  .takeIf(it => it > 50)
  ?.let(it => it * 2)

License

MIT

0.1.0-beta.20240819

11 months ago

0.1.0-beta.20240815

11 months ago