registered-extensions.js 114 B

123456
  1. "use strict";
  2. module.exports = function (t, a) {
  3. require("../../ext/async");
  4. a(typeof t.async, "function");
  5. };