
//#region src/utils/noop.ts
const noop = (..._args) => {};

//#endregion
exports.noop = noop;