@gramforge/core
v0.1.0
Published
ESM-only TypeScript module for the Gramforge project.
Downloads
94
Readme
@gramforge/core
ESM-only TypeScript module for the Gramforge project.
Install
pnpm add @gramforge/coreUsage
import { helloCore } from "@gramforge/core";
console.log(helloCore("world"));