(path: string)
| 112 | } |
| 113 | |
| 114 | export function buildCSSItem(path: string): CSSStylesheetItem { |
| 115 | return { |
| 116 | type: 'stylesheet', |
| 117 | data: { |
| 118 | href: path, |
| 119 | }, |
| 120 | }; |
| 121 | } |
| 122 | |
| 123 | export function extractAssets(assets: IAssets) { |
| 124 | return [ |
no outgoing calls
no test coverage detected