Function importLatest

  • Imports a JavaScript module.

    Parameters

    • path: string

      The path to the module to import.

    Returns Promise<any>

    • A promise that resolves with the imported module.