UNPKG

claire-framework

Version:

- được viết bằng TypeScript - hỗ trợ websocket và HTTP request - hỗ trợ CLI để generate base project (claire-cli)

10 lines 446 B
import { DataType } from "../enum/DataType"; export declare class Utils { static isIntegerDataTypes(type: DataType): boolean; static supportedPrimaryKeyDataTypes(type: DataType): boolean; static getCleanArray<T extends any>(array: (T | undefined)[]): T[]; static getCleanObject(obj: any): any; static escapeRegExp(regex: string): string; static isNullOrUndefined(value: any): boolean; } //# sourceMappingURL=Utils.d.ts.map