UNPKG

common-function-utils

Version:
7 lines (6 loc) 188 B
/** * 读取一个cookie,如果cookie不存在返回null * @category Cookie * @param name cookie的name。 */ export default function getCookieItem(name: string): string | null;