UNPKG

koishi-plugin-bellabot

Version:

[![npm](https://img.shields.io/npm/v/koishi-plugin-bellabot?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-bellabot)

8 lines (7 loc) 280 B
import { Context } from 'koishi'; export declare class biliLinkAnalysis { ctx: Context; constructor(context: Context, maxLength: number); analysisUrl(url: string, ctx: Context): Promise<unknown>; checkStringAgainstRegexes(str: string, regexArray: any): boolean; }