Skip to content

Instantly share code, notes, and snippets.

View ZeVS777's full-sized avatar

Владимир ZeVS777

  • Russia, Moscow
View GitHub Profile
@ZeVS777
ZeVS777 / cookies.js
Created October 6, 2016 08:26 — forked from CrocoDillon/cookies.js
Export your awesome module using AMD, CommonJS, Node.js or just as global.
/*
* Inspiration (well… copy pasting more or less) from:
* https://github.com/ScottHamper/Cookies/blob/0.3.1/src/cookies.js#L127-L140
*
* Thanks Scott!
*/
(function (global) {
'use strict';
var MyModule = function () {