UNPKG

@presidio-dev/hai-guardrails

Version:
22 lines (18 loc) 359 B
// Generated by dts-bundle-generator v9.5.1 declare function _default({ input, keyword, threshold, }: { input: string; keyword: string; threshold?: number; }): Promise<{ score: number; additionalFields: { bestKeyword: string; bestSubstring: string; threshold: number; isInjection: boolean; }; }>; export { _default as default, }; export {};