CopyContentsPlugin.ts
Extracts content from the configured file to copy.
@param {CopyContentsPluginConfig} config - The configuration object containing the file to copy and the search and replace text
Methods
extractFromString
Extracts content from the provided string using the configured file to copy.
@param {string} _str - The input string to extract content from
@returns {Promise<ExtractedContent[] | ErrorResult>} An array of extracted content objects or an error result |
Last updated: 2025-09-16T21:51:51.930Z
This file is auto generated. Do not edit manually.*