UNPKG

@cookbook/dot-notation

Version:

Object readings and complex transformations using dot notation syntax.

3 lines (2 loc) 129 B
declare const replace: (source: string, searchValues: string | string[], replaceWith: string) => string; export default replace;