(value: any)
| 11 | import { Interpolation } from './Interpolation' |
| 12 | |
| 13 | export const isFrameValue = (value: any): value is FrameValue => |
| 14 | value instanceof FrameValue |
| 15 | |
| 16 | let nextId = 1 |
| 17 |
no outgoing calls
no test coverage detected
searching dependent graphs…