Package-level declarations
Functions and other APIs specific to the JavaScript platform.
Functions and other APIs specific to the JavaScript platform.
Types
Exposes the console API to Kotlin.
Gives a declaration (a function, a property or a class) specific name in JavaScript.
Gives a declaration (a function, a property or a class) specific name in JavaScript.
Denotes an external
declaration that can be used without module system.
Exposes the JavaScript JSON object to Kotlin.
Adds prefix to external
declarations in a source file.
Exposes the JavaScript RegExp object to Kotlin.
Represents the return value of RegExp.exec.
Functions
Converts the result of RegExp.exec to an array where the first element contains the entire matched text and each subsequent element is the text matched by each capturing parenthesis.
Exposes the JavaScript eval function to Kotlin.
Returns the entire text matched by RegExp.exec if the index parameter is 0, or the text matched by the capturing parenthesis at the given index.
Resets the regular expression so that subsequent RegExp.test and RegExp.exec calls will match starting with the beginning of the input string.