@foxit/sso_cookie
v2.0.15
Published
## Install
Downloads
28
Readme
@foxit/sso_cookie
Install
$ npm install @foxit/sso_cookie -s
Usage
无需自定义写入cookie
require("@foxit/sso_cookie");
需要自定义写入cookie
import cookie from "@foxit/sso_cookie";
cookie.setCookie("examples", 0);