MCPcopy
hub / github.com/valor-software/ngx-bootstrap / availablePaths

Interface availablePaths

src/schematics/src/utils/addStyles.ts:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const DEFAULT_STYLE_EXTENSION = 'css';
8
9interface availablePaths {
10 css: string[];
11 scss: string[];
12}
13
14type TargetOptions = workspaces.TargetDefinition['options'];
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected