launch-nuke
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

launch-nuke

💥 Only evaluate once, You can never undo.

Installation

npm install launch-nuke
# or yarn
yarn add launch-nuke

Usage

import { launcher } from 'launch-nuke';

const launch = launcher(() => console.log('💥 launched'));

// Fire!
launch();

Scripts

# Lint with `oxc`
yarn lint

# Run typescript based demo code with `swc`
yarn demo

# Run typescript based unit tests with `swc` + `jest`
yarn test

# Build with `esbuild`
yarn build

# Publish to npm
yarn release

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i launch-nuke

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

5.5 kB

Total Files

8

Last publish

Collaborators

  • ghlee