/
lostSun
/
project-client-server-apps
Обзор
Документация
Войти
/
lostSun
/
project-client-server-apps
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/object-is/test/implementation.js
12 строк
267 B
1lostsun
update project
25 май 2025, 13:12
25 май 2025, 13:12
78a0079
Код
Авторство
О чём код?
'use strict'; var implementation = require('../implementation'); var callBind = require('call-bind'); var test = require('tape'); var runTests = require('./tests'); test('as a function', function (t) { runTests(callBind(implementation, Object), t); t.end(); });