Skip to content

Theemo / @theemo/sync / WriterTool

Interface: WriterTool

Defined in: tool.ts:27

This is for tools used during the sync command and writes a named collection of tokens onto the disk in the tools required format.

Example

ts
Style Dictionary may be your writer tool and knows how to write the `properties/*` files

Methods

write()

ts
write(tokens): void;

Defined in: tool.ts:33

Writes a named set to the disk in the format of the tool

Parameters

ParameterTypeDescription
tokensTokenCollectiontokens to write

Returns

void