UNPKG

terriajs

Version:

Geospatial data visualization platform.

10 lines 296 B
// Traits may be: // * JSON primitive types: number, string, boolean, null // * Schemaless JSON-style objects. // * References to other ModelTraits types. // * Arrays of any of the above. class ModelTraits { static traits; } export default ModelTraits; //# sourceMappingURL=ModelTraits.js.map