⚠️ This package is deprecated. v2 is the final release. No future versions will be published.
Skip to content

onAfterInit

The initialization function is triggered after the Axe API created routes.

ts
import { App } from "axe-api";

const onAfterInit = async (app: App) => {
  // Do anything with the App instance
};

export { onAfterInit };

Released under the MIT License.