Variable PerformanceMark

PerformanceMark: {
    prototype: PerformanceMark;
    new (
        markName: string,
        markOptions?: PerformanceMarkOptions,
    ): PerformanceMark;
}

Type declaration