Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RoundToScale

import type { RoundToScale } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";

This allows the data to change scale, for example if the source is 2 digits after the decimal point, specify round to scale value = 2. If for example the value needs to be converted to an integer, use round to scale value = 0.

interface RoundToScale {
scale?: number;
}

§Properties

§
scale?: number
[src]

Required. Scale value to be used