UNPKG

@live-html-editor/server

Version:

A server for @live-html-editor/browser

19 lines (18 loc) 580 B
/** * @author [S. Mahdi Mir-Ismaili](https://mirismaili.github.io) * Created on 1398/1/31 (2019/4/20). */ /** * https://stackoverflow.com/a/55682038/5318303 */ export declare function deepGet(root: {}, path: string[]): any; export declare class SimpleLogger { logs: string[]; log(message: string): void; } export declare function getAsArray(x: any): any[]; /** * https://stackoverflow.com/a/55661801/5318303 */ export declare function getLineBreakChar(str: string): string; export declare function getLineBreakName(lineBreakChar: string): string;