Source

identity/index.ts

/**
 * @description Exports for the identity module.
 * @summary This file exports all the necessary components for the identity functionality, including decorators.
 * @module core/identity
 */
export * from "./decorators";