(className: string, rule: string)
| 5 | |
| 6 | export interface StyleManager { |
| 7 | insert(className: string, rule: string): void |
| 8 | remove(className: string): void |
| 9 | has(className: string): boolean |
| 10 | getGeneration(): number |
no outgoing calls
no test coverage detected