Files
eewing 6cc5928770
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m33s
Update dependencies and switch to @sveltejs/adapter-node for SvelteKit project
2026-02-17 14:25:23 -06:00

9 lines
206 B
JavaScript

'use strict';
var call = Function.prototype.call;
var $hasOwn = Object.prototype.hasOwnProperty;
var bind = require('function-bind');
/** @type {import('.')} */
module.exports = bind.call(call, $hasOwn);