(items: CSSItem[])
| 99 | } |
| 100 | |
| 101 | export async function loadCSS(items: CSSItem[]) { |
| 102 | await Promise.all(items.map((item) => loadCSSItem(item))); |
| 103 | } |
| 104 | |
| 105 | export function buildJSItem(path: string): JSScriptItem { |
| 106 | return { |
no test coverage detected