UNPKG

jec-sandcat

Version:

JEC Sandcat - The default RESTful web services framework for GlassCat applications.

10 lines (9 loc) 414 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var JsletMethod; (function (JsletMethod) { JsletMethod[JsletMethod["INIT"] = 0] = "INIT"; JsletMethod[JsletMethod["DESTROY"] = 1] = "DESTROY"; JsletMethod[JsletMethod["BEFORE"] = 2] = "BEFORE"; JsletMethod[JsletMethod["AFTER"] = 3] = "AFTER"; })(JsletMethod = exports.JsletMethod || (exports.JsletMethod = {}));