UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

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