UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

8 lines (6 loc) 175 B
/** * Flowtype definitions for to-number * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ declare export function toNumber(input: mixed): number;