UNPKG

@best/types

Version:

Best Types for Typescript

16 lines 668 B
"use strict"; /* * Copyright (c) 2019, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: MIT * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT */ Object.defineProperty(exports, "__esModule", { value: true }); exports.BenchmarkMeasureType = void 0; var BenchmarkMeasureType; (function (BenchmarkMeasureType) { BenchmarkMeasureType["Execute"] = "BEST/execute"; BenchmarkMeasureType["Before"] = "BEST/before"; BenchmarkMeasureType["After"] = "BEST/after"; })(BenchmarkMeasureType || (exports.BenchmarkMeasureType = BenchmarkMeasureType = {})); //# sourceMappingURL=benchmark.js.map