Version: 0.0.10.0.20.0.30.0.40.0.5-alpha.20.0.5-alpha.30.0.60.0.70.0.80.0.90.0.100.0.110.0.120.0.13-alpha.10.0.140.0.150.0.160.0.180.0.190.0.200.0.210.0.220.0.230.0.240.0.25
import { Mixin } from 'lodash-decorators';
const Testeable = {
isTesteable() {
return true;
}
@Mixin(Testeable)
export class Extension {
constructor() {
this._internal = true;
isInternal() {
return this._internal;