cody - HTMLify profile
files of /cody/lassiecoder/mutual-funding-app/server/node_modules/util-deprecate/
1.0.2 / 2015-10-07
==================
* use try/catch when checking `localStorage` (#3, @kumavis)
1.0.1 / 2014-11-25
======
(The MIT License)
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
Permission is hereby granted, free of charge, to
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
Permission is hereby granted, free of charge, to
util-deprecate
==============
### The Node.js `util.deprecate()` function with browser support
In Node.js, this module simply r
==============
### The Node.js `util.deprecate()` function with browser support
In Node.js, this module simply r
/**
* Module exports.
*/
module.exports = deprecate;
/**
/**
* For Node.js, simply re-export the core `util.deprecate` function.
*/
module.exports = require('util').deprecate;