📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 10:18:15
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
src
/
internal
/
util
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/src/internal/util
🔄 Refresh
✏️
Editing: applyMixins.ts
Writable
export function applyMixins(derivedCtor: any, baseCtors: any[]) { for (let i = 0, len = baseCtors.length; i < len; i++) { const baseCtor = baseCtors[i]; const propertyKeys = Object.getOwnPropertyNames(baseCtor.prototype); for (let j = 0, len2 = propertyKeys.length; j < len2; j++) { const name = propertyKeys[j]; derivedCtor.prototype[name] = baseCtor.prototype[name]; } } }
💾 Save Changes
❌ Cancel