@kitten-science/kitten-scientists
Version:
Add-on for the wonderful incremental browser game: https://kittensgame.com/web/
14 lines • 428 B
TypeScript
/**
* Returns the given string with the first letter in upper case.
*
* @param input The string to convert.
*/
export declare function ucfirst(input: string): string;
/**
* Rounds the given number to two decimals.
*
* @param input The number to round.
*/
export declare function roundToTwo(input: number): number;
export declare function negativeOneToInfinity(value: number): number;
//# sourceMappingURL=Format.d.ts.map