zhf.cookie

1.0.3 • Public • Published

cookie操作 - 浏览器端

const cookie = require('zhf.cookie');

cookie.setCookie('hello', 'world');
console.log(cookie.getCookie('hello')); // 'world'

/zhf.cookie/

    Package Sidebar

    Install

    npm i zhf.cookie

    Weekly Downloads

    9

    Version

    1.0.3

    License

    ISC

    Unpacked Size

    9 kB

    Total Files

    11

    Last publish

    Collaborators

    • zhouhuafei