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.

22 lines (18 loc) 353 B
/** * Wrapper for UUID function been used in './Shared/' area of code. * See 'teqfw.json' descriptor, '@teqfw/di/replace' section. * * @namespace TeqFw_Core_Shared_Lib_Uuid */ /** * @memberOf TeqFw_Core_Shared_Lib_Uuid */ function v4() {} /** * @memberOf TeqFw_Core_Shared_Lib_Uuid */ function validate() {} export { v4, validate, }