Skip to content

Function: writeCem()

ts
function writeCem(options): object;

Defined in: generators/cem/src/index.ts:71

Write the manifest to outFile (defaults to custom-elements.json).

Parameters

options

index

CssDocIndex

outFile?

string

path?

string

Returns

object

outFile

ts
outFile: string;

Released under the MIT License