UNPKG

util-helpers

Version:

一个基于业务场景的工具方法库

12 lines (11 loc) 293 B
declare const config: { disableWarning: boolean; }; /** * 设置禁止warning提示 * @alias module:Debug.formatBankCard * @since 3.6.1 * @param {boolean} bool 是否禁止warning提示 */ declare function setDisableWarning(bool: boolean): void; export { config, setDisableWarning };