UNPKG

react-keep-alive

Version:

Package will allow components to maintain their status, to avoid repeated re-rendering.

7 lines (6 loc) 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isRegExp(value) { return value && Object.prototype.toString.call(value) === '[object RegExp]'; } exports.default = isRegExp;