[node.perf_hooks] changed property boolean to optional

This commit is contained in:
Alberto Schiabel
2017-12-13 10:36:28 +01:00
committed by GitHub
parent 151f13c920
commit 6b8a981058

View File

@@ -7047,7 +7047,7 @@ declare module "perf_hooks" {
* Property buffered defaults to false.
* @param options
*/
observe(options: { entryTypes: string[], buffered: boolean }): void;
observe(options: { entryTypes: string[], buffered?: boolean }): void;
}
export namespace constants {