index.js 105 B

123
  1. "use strict";
  2. module.exports = { asCallback: require("./as-callback"), finally: require("./finally") };