| 2 | import {Context} from '../core/context'; |
| 3 | |
| 4 | export interface ITypeDescriptor<T> { |
| 5 | name: string; |
| 6 | parse: (context: Context, value: CSSValue) => T; |
| 7 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…