Package-level declarations

Types

Link copied to clipboard
object import
Link copied to clipboard
Link copied to clipboard

The type for the optional second argument to import().

Link copied to clipboard
interface ImportMeta

The type of import.meta.

Functions

Link copied to clipboard
suspend external fun <T : JsAny?> import(path: String, options: ImportCallOptions = definedExternally): T
Link copied to clipboard
external fun <T : JsAny?> importAsync(path: String, options: ImportCallOptions = definedExternally): Promise<T>