MCPcopy Create free account
hub / github.com/stenciljs/core / isOutputTargetDistCustomElements

Function isOutputTargetDistCustomElements

src/utils/output-target.ts:133–134  ·  view source on GitHub ↗
(o: d.OutputTarget)

Source from the content-addressed store, hash-verified

131 o.type === DIST_COLLECTION;
132
133export const isOutputTargetDistCustomElements = (o: d.OutputTarget): o is d.OutputTargetDistCustomElements =>
134 o.type === DIST_CUSTOM_ELEMENTS;
135
136export const isOutputTargetCopy = (o: d.OutputTarget): o is d.OutputTargetCopy => o.type === COPY;
137

Callers 2

isEmptableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected