Skip to main content

register

method Module.register
Jump to headingModule.register<Data = any>(
specifier: string | URL,
parentURL?: string | URL,
options?: RegisterOptions<Data>,
): void

Type Parameters Jump to heading

Parameters Jump to heading

Jump to headingspecifier: string | URL
optional
Jump to headingparentURL: string | URL

Return Type Jump to heading

void
Jump to headingModule.register<Data = any>(
specifier: string | URL,
options?: RegisterOptions<Data>,
): void

Type Parameters Jump to heading

Parameters Jump to heading

Jump to headingspecifier: string | URL

Return Type Jump to heading

void
Back to top