UNPKG

rsuite

Version:

A suite of react components

12 lines (9 loc) 185 B
"use strict"; exports.__esModule = true; exports.default = clone; function clone(data) { if (data !== undefined) { return JSON.parse(JSON.stringify(data)); } return null; }