@opentiny/fluent-editor
Version:
A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.
7 lines (6 loc) • 399 B
TypeScript
/** Used as a reference to the global object. */
export declare const root: any;
export declare function compareArray(arr1: any, arr2: any): boolean;
export declare function compareObject(object1: any, object2: any): boolean;
export declare function compare(value: any, other: any): boolean;
export declare function unshiftString(str: string, targetLength: number, addString: string): string;