UNPKG
@goatlab/typesense
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
Modern TypeScript wrapper for Typesense search engine API
docs.goatlab.io
@goatlab/typesense
/
dist
/
utils
/
schema-to-types.js
10 lines
•
288 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
defineCollection
= defineCollection;
/** * Helper to create a typed collection definition */
function
defineCollection
(
collection
) {
return
collection; }
//# sourceMappingURL=schema-to-types.js.map