UNPKG

@mxlabs/okxnotify

Version:

OKX notification package with Feishu, Cloudflare Workers, and Gemini AI agent integration - Complete bundle

8 lines (7 loc) 192 B
/** * 识别URL的pathname,不区分大小写,做好严格匹配 * @param url * @param str * @returns */ export declare const isStringContains: (url: string, str: string) => boolean;