UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

8 lines (7 loc) 305 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EntityTypeEnum = void 0; var EntityTypeEnum; (function (EntityTypeEnum) { EntityTypeEnum[EntityTypeEnum["bs_5_2"] = 0] = "bs_5_2"; })(EntityTypeEnum = exports.EntityTypeEnum || (exports.EntityTypeEnum = {}));