UNPKG
servertap-js
Version:
latest (0.0.1-dev)
0.0.1
0.0.1-dev
A TypeScript library for working with the ServerTap API
servertap-js
/
dist
/
utils.d.ts
2 lines
(1 loc)
•
80 B
TypeScript
View Raw
1
2
export
declare
function
applyMixins
(
derivedCtor
:
any
,
baseCtors
:
any
[]
):
void
;