UNPKG

burdy

Version:

Open Source Headless Platform

8 lines (7 loc) 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runAsync = void 0; const runAsync = (...functions) => { functions.forEach((fn) => fn === null || fn === void 0 ? void 0 : fn()); }; exports.runAsync = runAsync;