UNPKG

jcore-ui

Version:

jcore-ui - components for building an interface

7 lines 227 B
import { IObject } from '../interfaces'; declare const cookie: { set: (name: string, value: any, opt: IObject) => void; get: (name: string) => string; }; export default cookie; //# sourceMappingURL=cookie.d.ts.map