UNPKG
common-function-utils
Version:
latest (0.0.28)
0.0.28
0.0.26
0.0.25
web和node开发中常用的函数工具。
robint-liu.github.io/common-function-utils
robint-liu/common-function-utils
common-function-utils
/
types
/
cookie
/
clearCookie.d.ts
6 lines
(5 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 清除当前路径下的所有可读的cookie *
@category
Cookie
*/
export
default
function
clearCookie
(
):
true
;