Skip to content

Function: toCem()

ts
function toCem(index, options?): CustomElementsManifest;

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

Build a Custom Elements Manifest from the index.

Parameters

index

CssDocIndex

options?

path?

string

Returns

CustomElementsManifest

Released under the MIT License