UNPKG
svg-engine
Version:
alpha (0.1.0-alpha.2)
latest (0.3.0)
0.3.0
0.2.4
0.2.3
0.2.2
0.2.0
0.1.0
0.1.0-alpha.2
0.1.0-alpha.1
0.1.0-alpha.0
Create SVG files in Node.js
github.com/schoero/svg-engine
schoero/svg-engine
svg-engine
/
lib
/
node
/
cjs
/
shared
/
mixins
/
index.d.ts
2 lines
(1 loc)
•
82 B
TypeScript
View Raw
1
2
export
declare
function
applyMixins
(
derivedCtor
:
any
,
constructors
:
any
[]
):
void
;