uni-echarts
Version:
🪀 适用于uni-app的Apache ECharts组件(仅支持Vue 3)
9 lines (5 loc) • 319 B
TypeScript
export declare function isEmpty(value: unknown): boolean;
export declare function defaultTo(value: any, ...defaultValues: any[]): any;
export declare function sleep(timeout: number): Promise<void>;
export declare function upperFirst(value: string): string;
export declare function lowerFirst(value: string): string;