/
sturg872
/
test-clone
Обзор
Документация
Войти
/
sturg872
/
test-clone
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/async/apply.js
11 строк
217 B
Андрей Соловьев
first commit
01 май 2024, 11:55
01 май 2024, 11:55
3387fd3
Код
Авторство
О чём код?
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (fn, ...args) { return (...callArgs) => fn(...args, ...callArgs); }; module.exports = exports.default;