mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-26 23:21:36 +00:00
little css
This commit is contained in:
11
node_modules/gzippo/lib/store.js
generated
vendored
Normal file
11
node_modules/gzippo/lib/store.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
var util = require('util');
|
||||
|
||||
/*
|
||||
* gzippo - store
|
||||
* Copyright(c) 2012 Tom Gallacher
|
||||
* MIT Licensed
|
||||
*/
|
||||
|
||||
var Store = module.exports = function Store(options) {
|
||||
if (!(this instanceof Store)) return new Store(options);
|
||||
};
|
||||
Reference in New Issue
Block a user