UNPKG

ern-api-gen

Version:

Electrode Native API generator

8 lines 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const StringProperty_1 = require("./StringProperty"); class UriProperty extends StringProperty_1.StringProperty { } UriProperty.FORMAT = 'uri'; exports.UriProperty = UriProperty; //# sourceMappingURL=UriProperty.js.map