subsrt-ts
    Preparing search index...

    Interface Helper

    interface Helper {
        htmlDecode?: (text: string, eol: string) => string;
        htmlEncode?: (text: string) => string;
        toMilliseconds?: (time: string) => number;
        toTimeString?: (ms: number) => string;
    }
    Index

    Properties

    htmlDecode?: (text: string, eol: string) => string
    htmlEncode?: (text: string) => string
    toMilliseconds?: (time: string) => number
    toTimeString?: (ms: number) => string