UNPKG

@prishelets/utils

Version:

A modern utility library for strings, numbers, and general data types — fully typed, tested, and built for Node.js and TypeScript.

2 lines (1 loc) 74 B
export declare function roundTo(value: number, decimals: number): number;