castNativeBigInt function

  1. @JS('BigInt')
Object castNativeBigInt(
  1. Object? value
)

This is only intended to be used by automatically generated code, instead of developers.

Implementation

@JS('BigInt')
external Object castNativeBigInt(Object? value);