koishi-plugin-qxgl-satori 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  declare var __defProp: <T>(o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType<any>) => T;
2
2
  declare var __name: (target: any, value: any) => any;
3
+ declare var koishi: any;
3
4
  declare var Schema: any, Logger: any, h: any;
4
5
  declare var logger: any;
5
6
  declare var inject: string[];
@@ -10,6 +11,7 @@ declare var path: any;
10
11
  declare var pathToFileURL: any;
11
12
  declare var Config: any;
12
13
  declare var usage: string;
13
- declare function apply(ctx: any, config: any): Promise<void>;
14
14
  declare function formatDate(date: any): string;
15
15
  declare function escapeRegExp(string: any): any;
16
+ declare function unescapeHtml(str: any): any;
17
+ declare function apply(ctx: any, config: any): Promise<void>;