@fluster.io/dev
Version:
4 lines (3 loc) • 332 B
TypeScript
import { TimestampData } from './parse_timestamp_link_string';
/** Parses the timestamp string as it appears in video timestamp links and audio timestamp links, *not* how it appears in the database as a stringified unix timestamp. */
export declare const useParsedTimestampString: (timestampString: string) => TimestampData | null;