UNPKG

@diffusionstudio/core-v4

Version:

2D motion graphics and video rendering engine

7 lines (6 loc) 211 B
import { Timestamp } from '../../models'; type millis = ReturnType<Timestamp['toJSON']>; export declare class RangeDeserializer { static fromJSON(obj: [millis, millis]): [Timestamp, Timestamp]; } export {};