mirror of
https://github.com/BreizhHardware/memoizee.git
synced 2026-01-18 16:37:21 +01:00
7 lines
114 B
JavaScript
7 lines
114 B
JavaScript
"use strict";
|
|
|
|
module.exports = function (t, a) {
|
|
require("../../ext/async");
|
|
a(typeof t.async, "function");
|
|
};
|