Files
agent-sessions-viewer/node_modules/function-bind/index.js
T

5 lines
126 B
JavaScript
Raw Normal View History

2026-07-09 01:21:32 +08:00
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;