Type alias BundleCallback<B>

BundleCallback<B>: ((bundle: B) => Promise<void>)

Type Parameters

Type declaration

    • (bundle: B): Promise<void>
    • Function passed to Bundle#wrap

      Parameters

      • bundle: B

      Returns Promise<void>

Generated using TypeDoc