biobulkbende.org/node_modules/memoizee/test/lib/registered-extensions.js
2020-09-16 14:23:28 +02:00

7 lines
114 B
JavaScript

"use strict";
module.exports = function (t, a) {
require("../../ext/async");
a(typeof t.async, "function");
};