UNPKG

jec-sandcat

Version:

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

11 lines (10 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class BasicRootPathVersion { constructor() { this.major = null; this.minor = null; this.prefix = null; } } exports.BasicRootPathVersion = BasicRootPathVersion;