UNPKG

number-flow

Version:

A component to transition and format numbers.

4 lines (3 loc) 66 B
export type Mutable<T> = { -readonly [P in keyof T]: T[P]; };