| 1 | interface SBBaseType { |
| 2 | required?: boolean; |
| 3 | raw?: string; |
| 4 | } |
| 5 | |
| 6 | export type SBScalarType = SBBaseType & { |
| 7 | name: 'boolean' | 'string' | 'number' | 'function' | 'symbol'; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…