toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-js
/
js.core
Package-level
declarations
Types
Functions
Properties
Types
Big
Int
Link copied to clipboard
external
class
BigInt
:
Comparable
<
BigInt
>
Bitmask
Link copied to clipboard
external
interface
Bitmask
<
T
:
Bitmask
<
T
>
>
Float16
Link copied to clipboard
typealias
Float16
=
Float
Js
Long
Link copied to clipboard
typealias
JsLong
=
Double
Js
Number
Link copied to clipboard
external
class
JsNumber
Void
Link copied to clipboard
typealias
Void
=
Nothing
?
Properties
n
Link copied to clipboard
val
Number
.
n
:
BigInt
val
String
.
n
:
BigInt
Functions
Big
Int
Link copied to clipboard
external
fun
BigInt
(
value
:
Number
)
:
BigInt
external
fun
BigInt
(
value
:
String
)
:
BigInt
delete
Link copied to clipboard
external
fun
delete
(
expression
:
Any
?
)
:
Boolean
MDN
to
Exponential
Link copied to clipboard
fun
Double
.
toExponential
(
)
:
String
fun
Int
.
toExponential
(
)
:
String
fun
Double
.
toExponential
(
fractionDigits
:
Int
)
:
String
fun
Int
.
toExponential
(
fractionDigits
:
Int
)
:
String