Skip to content
/ noop Public

A minimal module to test importing in other tools.

Notifications You must be signed in to change notification settings

zachleat/noop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

@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");

About

A minimal module to test importing in other tools.

Resources

Stars

Watchers

Forks

Packages

No packages published