UNPKG

@adonisjs/ally

Version:

Social authentication provider for AdonisJS

12 lines (11 loc) 288 B
/** * Debug logger for the Ally package. Set the NODE_DEBUG environment * variable to "adonisjs:ally" to enable debug logs. * * @example * ```sh * NODE_DEBUG=adonisjs:ally node your-app.js * ``` */ declare const _default: import("node:util").DebugLogger; export default _default;