UNPKG

@d3fc/d3fc-rebind

Version:

Utilities for copying methods from one d3 component to another in a configurable way

5 lines (4 loc) 163 B
export default (strsOrRegexes) => strsOrRegexes.map((strOrRegex) => typeof strOrRegex === 'string' ? new RegExp(`^${strOrRegex}$`) : strOrRegex );