UNPKG

@omnimedia/omnitool

Version:

open source video processing tools

9 lines (6 loc) 178 B
declare const SecondsBrand: unique symbol export type Seconds = number & { readonly [SecondsBrand]: "s" } export const seconds = (value: number): Seconds => value as Seconds