Skip to main content
Module

x/cktjs/mod.ts

JSON-style CKT config language parsing/stringification.
Latest
File
export { parse, stringify } from './lib/index.js';export type { CKTValue, CKTArray, CKTTable } from './lib/index.js';