UNPKG

@knovator/pagecreator-admin

Version:
11 lines (10 loc) 609 B
export declare const paginationDataGatter: (data: any) => any; export declare const dataGatter: (data: any) => any; export declare const capitalizeFirstLetter: (string?: string) => string; export declare const changeToCode: (string?: string) => string; export declare const changeToSlug: (string?: string) => string; export declare const isObject: (data: any) => boolean; export declare const isString: (data: any) => boolean; export declare const isArray: (data: any) => boolean; export declare const isEmpty: (data: any) => boolean; export declare const build_path: (...args: string[]) => string;