Skip to content

Function: writeDtcg()

ts
function writeDtcg(options): object;

Defined in: generators/dtcg/src/index.ts:59

Write the DTCG document to outFile (defaults to tokens.json).

Parameters

options

index

CssDocIndex

outFile?

string

Returns

object

outFile

ts
outFile: string;

Released under the MIT License