UNPKG

review-edit-auto

Version:

scan your project, only review edited code in given time-range automatic

10 lines (9 loc) 287 B
declare const _default: { success: (msg: string) => void; error: (msg: string) => void; info: (msg: string) => void; loading: (title?: string) => void; stop: () => void; table: (data: unknown[][], config?: Object | undefined) => void; }; export default _default;