Package-level declarations

Types

Link copied to clipboard
external object import
Link copied to clipboard
Link copied to clipboard
external interface ImportCallOptions

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

Link copied to clipboard
external interface ImportMeta

The type of import.meta.

Functions

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