mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
Remove obsolete lib directory
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
export function cloneIntoWithProto (obj, destination) {
|
||||
const ret = cloneInto(obj, destination);
|
||||
|
||||
for (const key of Object.getOwnPropertyNames(obj.__proto__)) {
|
||||
exportFunction(obj.__proto__[key].bind(obj), ret, { defineAs: key });
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
Reference in New Issue
Block a user