UNPKG

nestjs-meili

Version:

Seamless and declarative integration of [MeiliSearch](https://www.meilisearch.com/) into [NestJS](https://nestjs.com/). Use decorators to configure indexes and inject `MeiliSearch` with type safety and zero boilerplate.

3 lines (2 loc) 174 B
export declare const getMeiliIndexToken: (indexName: string) => string; export declare const InjectMeiliIndex: (indexName: string) => PropertyDecorator & ParameterDecorator;