Skip to main content

Standard Library

txiki.js includes a standard library with modules for assertions, FFI, path utilities, SQLite, UUID generation, and more. See the API Reference for the full list.

Import them using the tjs: prefix:

import { test } from 'tjs:assert';
import { parse } from 'tjs:path';
import { Database } from 'tjs:sqlite';