UNPKG

iking-utils

Version:

金合前端工具库

7 lines (6 loc) 197 B
/** * @description: 删除浏览器?后的内容并更新地址 - 不引起页面刷新 * @param {true} update * @return {*} */ export declare const removeQuery: (update?: true) => void;