@namchee/decora
Version:
Useful ECMAScript-compliant decorators to enhance JS (specifically, TypeScript) development experience
12 lines (11 loc) • 388 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.timeout = exports.benchmark = void 0;
const benchmark_1 = require("./src/benchmark");
const timeout_1 = require("./src/timeout");
exports.benchmark = benchmark_1.benchmark;
exports.timeout = timeout_1.timeout;
exports.default = {
benchmark: benchmark_1.benchmark,
timeout: timeout_1.timeout,
};
;