Some checks failed
FarmMaps.Develop/FarmMapsLib/develop There was a failure building this commit
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
export function ForChild() {
|
|
return function (constructor:Function) {
|
|
constructor.prototype.forChild = true;
|
|
};
|
|
}
|