carhartl/typescript-cookie

View on GitHub
src/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import * as Types from '../types/index'
export { Types }
export {
  DEFAULT_ATTRIBUTES,
  DEFAULT_CODEC,
  getCookie,
  getCookies,
  removeCookie,
  setCookie
} from './api'