Skip to content

Function: writeVscodeCustomData()

ts
function writeVscodeCustomData(options): object;

Defined in: generators/vscode-custom-data/src/index.ts:78

Write css-custom-data.json and html-custom-data.json into outDir.

Parameters

options

index

CssDocIndex

outDir

string

Returns

object

cssPath

ts
cssPath: string;

htmlPath

ts
htmlPath: string;

Released under the MIT License