UNPKG

vespa-ts

Version:

A reusable TypeScript package for interacting with Vespa search engine with dependency injection support

8 lines 487 B
import type { ILogger } from "../types"; import type { Intent } from "../types"; export declare function scale(val: number): number | null; export declare const getErrorMessage: (error: unknown) => string; export declare const escapeYqlValue: (value: string) => string; export declare const processGmailIntent: (intent: Intent, logger: ILogger) => string[]; export declare const dateToUnixTimestamp: (dateString: string, endOfDay?: boolean) => string; //# sourceMappingURL=index.d.ts.map