UNPKG

manyfest

Version:

JSON Object Manifest for Data Description and Parsing

9 lines 363 B
export = cleanWrapCharacters; /** * @param {string} pCharacter - The character to remove from the start and end of the string * @param {string} pString - The string to clean * * @return {string} The cleaned string */ declare function cleanWrapCharacters(pCharacter: string, pString: string): string; //# sourceMappingURL=Manyfest-CleanWrapCharacters.d.ts.map