UNPKG

@namchee/decora

Version:

Useful ECMAScript-compliant decorators to enhance JS (specifically, TypeScript) development experience

11 lines (8 loc) 256 B
import { benchmark as benchmarkFn } from './src/benchmark'; import { timeout as timeoutFn } from './src/timeout'; export const benchmark = benchmarkFn; export const timeout = timeoutFn; export default { benchmark: benchmarkFn, timeout: timeoutFn, };