| 7 | const DEFAULT_STYLE_EXTENSION = 'css'; |
| 8 | |
| 9 | interface availablePaths { |
| 10 | css: string[]; |
| 11 | scss: string[]; |
| 12 | } |
| 13 | |
| 14 | type TargetOptions = workspaces.TargetDefinition['options']; |
| 15 |
nothing calls this directly
no outgoing calls
no test coverage detected