UNPKG

@teqfw/core

Version:

Core functionalities for plugin scanning, local configuration management, and command-line utilities for building modern web applications with the Tequila Framework.

16 lines (13 loc) 289 B
/** * Abstraction of cryptography functions used both on front & back. * This is documentation only code (not executable). * * @namespace TeqFw_Core_Shared_Api_Util_Crypto */ /** * @memberOf TeqFw_Core_Shared_Api_Util_Crypto */ function randomUUID() {} export { randomUUID, }