Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Timestamp

import type { Timestamp } from "https://raw.githubusercontent.com/andykais/ffmpeg-templates/main/lib/template_input.ts";

A hour, minute, second timestamp formatted like so: 00:00:05 or 01:23:02.75

type Timestamp = string;

§Type

§
string
[src]