UNPKG

@visulima/packem

Version:

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

3 lines (2 loc) 163 B
declare const replaceContentWithinMarker: (content: string, marker: string, replacement: string) => string | undefined; export default replaceContentWithinMarker;