Stone.js API
    Preparing search index...
    • Asynchronously imports a module given its relative path.

      Type Parameters

      • R

      Parameters

      • relativePath: string

        The relative path to the module to be imported.

      Returns Promise<R>

      A promise that resolves to the imported module, or null if the import fails.