UNPKG

@kiroboio/fct-core

Version:

Kirobo.io FCT Core library

11 lines 255 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UtilsBase = void 0; class UtilsBase { FCT; constructor(FCT) { this.FCT = FCT; } } exports.UtilsBase = UtilsBase; //# sourceMappingURL=UtilsBase.js.map