| 4 | import { shouldEmbed, embedResources } from './embed-resources' |
| 5 | |
| 6 | interface Metadata { |
| 7 | url: string |
| 8 | cssText: string |
| 9 | } |
| 10 | |
| 11 | const cssFetchCache: { [href: string]: Metadata } = {} |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…