UNPKG

jec-sandcat

Version:

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

11 lines (10 loc) 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class UrlPatternMatcher { constructor() { this.descriptor = null; this.properties = null; this.queryParams = null; } } exports.UrlPatternMatcher = UrlPatternMatcher;