UNPKG

react-node-key

Version:

Automatic key-marked for React nodes, generate an unique identifier by render location

8 lines (6 loc) 174 B
'use strict'; if (process.env.NODE_ENV === 'production') { module.exports = require('./lib/index.min.js'); } else { module.exports = require('./lib/index.js'); }