We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e0226 commit 32cbf31Copy full SHA for 32cbf31
1 file changed
README.md
@@ -12,7 +12,7 @@ TSB is named after the [tsessebe](https://en.wikipedia.org/wiki/Common_tsessebe)
12
13
## Project conventions
14
15
-- **Package name:** `tsb` — all imports and usage use `tsb`, not `tsessebe`. `import { DataFrame } from 'tsb'`
+- **Package name:** `tsb`, e.g. `import { DataFrame } from 'tsb'`
16
- **Runtime & tooling:** [Bun](https://bun.sh) for everything — runtime, bundler, test runner, package manager
17
- **Language:** TypeScript in strictest mode — no `any`, no `as` casts, no `@ts-ignore`, no escape hatches
18
- **Dependencies:** Zero for core library. External deps only where absolutely required for non-core tooling (e.g. Playwright, WASM toolchains).
0 commit comments