UNPKG

jec-sandcat

Version:

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

11 lines (10 loc) 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class JsletMethodDescriptor { constructor() { this.jsletMethod = null; this.name = null; this.action = null; } } exports.JsletMethodDescriptor = JsletMethodDescriptor;