7 lines
114 B
JavaScript
Executable File
7 lines
114 B
JavaScript
Executable File
"use strict";
|
|
|
|
module.exports = function (t, a) {
|
|
require("../../ext/async");
|
|
a(typeof t.async, "function");
|
|
};
|