8 lines
237 B
Haxe
8 lines
237 B
Haxe
package node.perf_hooks;
|
|
|
|
/**
|
|
Exposes marks created via the `Performance.mark()` method.
|
|
**/
|
|
@:jsRequire("perf_hooks", "PerformanceMark") extern class PerformanceMark extends PerformanceEntry {
|
|
static var prototype : PerformanceMark;
|
|
} |