Type alias BundleCallback<B>

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

Type Parameters

Type declaration

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

      Parameters

      • bundle: B

      Returns Promise<void>

Generated using TypeDoc