uinix-fp-noop
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

uinix-fp-noop

Build Coverage Downloads Size

uinix-fp no-operation utility.


Install

This package is ESM-only and requires Node 12+.

npm install uinix-fp-noop

Use

import {noop} from 'uinix-fp-noop';

[1, 2, 3].forEach(noop); // no operation

API

This package exports the following identifiers: k. There is no default export.

noop()

Parameters
  • None
Returns
  • void — Nothing

License

MIT © Chris Zhou

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i uinix-fp-noop

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.47 kB

Total Files

4

Last publish

Collaborators

  • chrisrzhou