Package-level declarations
Types
Link copied to clipboard
typealias ImportAttributes = ReadonlyRecord<ERROR CLASS: Symbol not found for JsString, ERROR CLASS: Symbol not found for JsString>
Link copied to clipboard
interface ImportCallOptions
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
external fun <T : ERROR CLASS: Symbol not found for JsAny??> importAsync(path: String, options: ImportCallOptions = definedExternally): Promise<T>