UNPKG

@xutl/test-timers

Version:

Mocked/Intercepted Timers

7 lines (6 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function default_1(code) { return 'string' === typeof code ? new Function(code).bind(globalThis) : code.bind(null); } exports.default = default_1;