UNPKG

@goatlab/typesense

Version:

Modern TypeScript wrapper for Typesense search engine API

10 lines 288 B
"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