UNPKG

terriajs

Version:

Geospatial data visualization platform.

8 lines 266 B
export var IndexType; (function (IndexType) { IndexType["numeric"] = "numeric"; IndexType["enum"] = "enum"; IndexType["text"] = "text"; })(IndexType || (IndexType = {})); export const indexTypes = Object.keys(IndexType); //# sourceMappingURL=Types.js.map