UNPKG
@arsat/mixin
Version:
latest (1.0.0)
1.0.0
## Description
@arsat/mixin
/
dist
/
mixin.d.ts
2 lines
•
151 B
TypeScript
View Raw
1
2
export
declare
const
mixin
: <
Self
extends
object
,
Delegate
extends
object
>
(
self
:
Delegate
,
delegate
:
Self
) =>
void
;
//# sourceMappingURL=mixin.d.ts.map