format$1 method

  1. @JS('format')
JSString format$1(
  1. JSAny value
)

Method format$1

Parameters:

  • value: number | bigint

Returns:

  • string

Implementation

@_i1.JS('format')
external _i1.JSString format$1(_i1.JSAny value);