UNPKG

superfly-timeline

Version:

Resolver for defining objects with temporal boolean logic relationships on a timeline

10 lines 366 B
import { TimelineObject } from '../../api'; /** * Returns true if object has a layer. * Note: Objects without a layer are called "transparent objects", * and won't be present in the resolved state. */ export declare function objHasLayer(obj: TimelineObject): obj is TimelineObject & { layer: TimelineObject['layer']; }; //# sourceMappingURL=timeline.d.ts.map