django-cotton/docs/docs_project/node_modules/function-bind/index.js
2024-06-08 14:33:11 +01:00

5 lines
126 B
JavaScript

'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;