1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-02 20:00:05 +02:00
Files
minifyfromhtml/node_modules/function-bind/index.js
2018-05-05 15:35:25 +02:00

6 lines
126 B
JavaScript

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