UNPKG
iking-utils-test
Version:
latest (1.2.9)
1.2.9
金合前端工具库(1.2.9版本之后需要注册KEY)
1.85.2.105/iking-web-doc/
iking-utils-test
/
dist
/
src
/
brower
/
remove-query.d.ts
7 lines
(6 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** *
@description
: 删除浏览器?后的内容并更新地址 - 不引起页面刷新 *
@param
{
true
}
update
*
@return
{
*
} */
export
declare
const
removeQuery
:
(
update
?:
true
) =>
void
;