Type alias RebaseHandler

RebaseHandler: ((source, resolvedPath, done) => void)

Type declaration

    • (source, resolvedPath, done): void
    • Parameters

      • source: string

        The source file where the asset was encountered.

      • resolvedPath: string

        The resolved path of the asset - i.e. the path of the asset relative to the source file.

      • done: RebaseHandlerCallback

        The callback function to invoke on completion.

      Returns void

Generated using TypeDoc