/
d.gorschkov
/
Apex
Обзор
Документация
Войти
/
d.gorschkov
/
Apex
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/function-bind/index.js
5 строк
126 B
DmitriyGorshkovstar
first_commit
20 янв 2026, 19:38
20 янв 2026, 19:38
21d2719
Код
Авторство
О чём код?
'use strict'; var implementation = require('./implementation'); module.exports = Function.prototype.bind || implementation;