UNPKG

@cheetah.js/orm

Version:
4 lines (3 loc) 208 B
export declare function getDefaultLength(type: string): number; export declare function toSnakeCase(propertyKey1: string): string; export declare function extendsFrom(baseClass: any, instance: any): boolean;