@ones-editor/editor 2.2.8-beta.1 → 2.2.8-beta.3

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.
@@ -3,3 +3,4 @@ export declare function isLetter(str: string): boolean;
3
3
  export declare function isSpace(str: string): boolean;
4
4
  export declare function isCJK(str: string): boolean;
5
5
  export declare function trimChar(s: string, char: string): string;
6
+ export declare function isFunction(functionToCheck: unknown): functionToCheck is () => unknown;