UNPKG

@meyer/hyperdeck-emulator

Version:

Typescript Node.js library for emulating a Blackmagic Hyperdeck

6 lines 225 B
export declare class Timecode { constructor(hh: number, mm: number, ss: number, ff: number); toString: () => string; static toTimecode: (tcString: string) => Timecode; } //# sourceMappingURL=Timecode.d.ts.map