@knovator/pagecreator-admin
Version:
<a name="readme-top"></a>
11 lines (10 loc) • 609 B
TypeScript
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;