1.0.3 • Published 1 year ago

@zachleat/noop v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@zachleat/noop

A minimal ESM package to test module importing in other tools.

Install from npm:

npm install @zachleat/noop

Usage:

// ESM
import { noop, noopSync } from "@zachleat/noop";

// Dynamic Import
const { noop, noopSync } = await import("@zachleat/noop");

// CommonJS
const { noop, noopSync } = require("@zachleat/noop");
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago