vue-cesium
Version:
Vue 3.x components for CesiumJS.
14 lines (13 loc) • 570 B
TypeScript
export declare function humanStorageSize(bytes: any): string;
export declare function capitalize(str: any): any;
export declare function between(v: any, min: any, max: any): any;
export declare function normalizeToInterval(v: any, min: any, max: any): any;
export declare function pad(v: any, length?: number, char?: string): any;
declare const _default: {
humanStorageSize: typeof humanStorageSize;
capitalize: typeof capitalize;
between: typeof between;
normalizeToInterval: typeof normalizeToInterval;
pad: typeof pad;
};
export default _default;