@launchpack/esbuild
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

@launchpack/esbuild

Typescript Runner based on esbuild

$npm install @launchpack/esbuild --save-dev

Usage

// index.ts
const name: string = "world";

console.log(`Hello ${name}`);
// run.js

const { run } = require("@launchpack/esbuild");

run("index.ts");

Readme

Keywords

none

Package Sidebar

Install

npm i @launchpack/esbuild

Weekly Downloads

0

Version

0.0.3

License

none

Unpacked Size

1.77 kB

Total Files

4

Last publish

Collaborators

  • kangdongmandoo