UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

7 lines (5 loc) 227 B
require('../../modules/es.string.replace'); var REPLACE = require('../../internals/well-known-symbol')('replace'); module.exports = function (it, str, replacer) { return RegExp.prototype[REPLACE].call(it, str, replacer); };