@taskbox/taskbox
v0.1.0
Published
ESM-only TypeScript module for the Taskbox project.
Readme
@taskbox/taskbox
ESM-only TypeScript module for the Taskbox project.
Install
pnpm add @taskbox/taskboxUsage
import { helloCore } from "@taskbox/taskbox";
console.log(helloCore("world"));