UNPKG

always-helper

Version:

前端项目开发中,经常会用到一些工具函数的合集。

3 lines (2 loc) 108 B
declare const setCookie: (name: string, value: string, options?: object) => void; export default setCookie;