noop

A minimal module to test importing in other tools.

Downloads
1.4K
Stars
4
Committers
1

@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");
Package Rankings
Top 13.74% on Npmjs.org
Related Projects