UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

8 lines (7 loc) 224 B
import type { Range } from '../range'; export declare function replacePart(part: Range, to: string): Range; declare const _default: ({ range, to }: { range: string; to: string; }) => string; export default _default;