Skip to main content
Module

x/cktjs/lib/index.d.ts>stringify

JSON-style CKT config language parsing/stringification.
Latest
function stringify
import { stringify } from "https://deno.land/x/cktjs@v1.0.5/lib/index.d.ts";

Encodes a value as a CKT document

Parameters

value: any
  • Value to encode
optional
indent: string | number
  • Indent string/space count

Returns

string

Encoded CKT document