@cds/core
Version:
Clarity Design System - common components, themes, and utilties
5 lines (4 loc) • 298 B
TypeScript
export declare function getMillisecondsFromSeconds(sec: number): number;
export declare const sumAndSubtract: (...a: readonly any[]) => any;
export declare const compareSumTo: (...a: readonly any[]) => any;
export declare function getOffesetDifference(minuend: number, subtrahend: number): number;