@kosko/requireFunctionsimportPathpublicimportPath CallableimportPath(path: string): Promise<any>Imports a module from the given path.Parameterspath: stringAbsolute path to a module. It must not be a file URL or a relative path.Returns Promise<any>
Imports a module from the given
path
.