UNPKG

@tapjs/node-serialize

Version:

Stream TAP test data as a serialized node:test stream

8 lines 374 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.locFromAt = void 0; const stack_1 = require("@tapjs/stack"); const loc_from_callsite_js_1 = require("./loc-from-callsite.js"); const locFromAt = (fn) => (0, loc_from_callsite_js_1.locFromCallSite)((0, stack_1.at)(fn)); exports.locFromAt = locFromAt; //# sourceMappingURL=loc-from-at.js.map