@al8b/physics
v0.1.0
Published
> Package description here
Readme
@al8b/physics
Package description here
Installation
bun add @al8b/physicsUsage
import { hello } from "@al8b/physics";
console.log(hello());Development
# Build
bun run build
# Test
bun run test
# Clean
bun run clean