format$2 method

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

Method format$2

Parameters:

  • value: number | bigint | StringNumericLiteral

Returns:

  • string

Implementation

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