This commit is contained in:
fencl
2024-01-02 12:41:36 +01:00
parent 7c0ef82d06
commit 934164544e
477 changed files with 63523 additions and 18 deletions

5
ADF/node_modules/function-bind/index.js generated vendored Normal file
View File

@@ -0,0 +1,5 @@
'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;