@dev-bench/utils
v0.1.1
Published
ESM-only TypeScript module for the Utils project.
Readme
@dev-bench/utils
ESM-only TypeScript module for the Utils project.
Install
pnpm add @dev-bench/utilsUsage
import { helloCore } from "@dev-bench/utils";
console.log(helloCore("world"));