UNPKG

laravel-jstools

Version:

JS tools for building front-side of Laravel applications

8 lines (7 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JST_NotImplementedException = void 0; function JST_NotImplementedException(message = '') { return new Error(message); } exports.JST_NotImplementedException = JST_NotImplementedException;