soonspacejs 2.5.11 → 2.5.13

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.
@@ -1,8 +0,0 @@
1
- interface KeyOptions {
2
- keyUrl: string;
3
- }
4
- /**
5
- * key 的更新回调函数的类型
6
- */
7
- declare type OnKeyUpdate = (key: string) => void;
8
- declare function requestKey(url: string, updateCB?: OnKeyUpdate): Promise<void>;