UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

4 lines (2 loc) 146 B
declare const replaceContentWithin: (content: string, marker: string, replacement: string) => string | undefined; export = replaceContentWithin;