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
Parameter | Type | Description |
---|---|---|
tokens | TokenCollection | tokens to write |
Returns
void