UNPKG

cssnano

Version:

A modular minifier, built on top of the PostCSS ecosystem.

11 lines (9 loc) 196 B
'use strict'; /** * Return the first value passed to it. * @param {?} value Any value * @return {?} The same value */ module.exports = function identity (value) { return value; };