UNPKG

hardtack

Version:

An ultra-light (373 bytes) library for working with cookies in JavaScript

12 lines (9 loc) 193 B
import set from './src/set/index.js'; import get from './src/get/index.js'; import remove from './src/remove/index.js'; const hardtack = { set, get, remove, }; export default hardtack;