Files
antrean-anjungan/examples/nuxt3-websocket-client/node_modules/ioredis/built/utils/applyMixin.d.ts
T
2025-09-18 19:01:22 +07:00

4 lines
183 B
TypeScript

declare type Constructor = new (...args: any[]) => void;
declare function applyMixin(derivedConstructor: Constructor, mixinConstructor: Constructor): void;
export default applyMixin;