UNPKG

ern-api-gen

Version:

Electrode Native API generator

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