/**
* @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";
Source
Source
/**
* @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";