Comparing version 0.1.19 to 0.1.20
@@ -18,3 +18,3 @@ import {Constructor} from './types'; | ||
targetConstructor: Constructor, | ||
...constructors: Constructor[] | ||
constructors: Constructor[], | ||
): void; |
@@ -13,3 +13,3 @@ /* eslint-disable @magicspace/scoped-modules */ | ||
*/ | ||
exports.mixin = function mixin(targetConstructor, ...constructors) { | ||
exports.mixin = function mixin(targetConstructor, constructors) { | ||
let targetPrototype = targetConstructor.prototype; | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "tslang", | ||
"version": "0.1.19", | ||
"version": "0.1.20", | ||
"description": "TypeScript Language Type Utilities.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
11904