@botonic/plugin-contentful
Version:
Botonic Plugin Contentful is one of the **[available](https://github.com/hubtype/botonic/tree/master/packages)** plugins for Botonic. **[Contentful](http://www.contentful.com)** is a CMS (Content Management System) which manages contents of a great variet
8 lines (7 loc) • 348 B
TypeScript
export declare function ltrim(str: string, chars: string): string;
export declare function rtrim(str: string, chars: string): string;
export declare function trim(str: string, chars: string): string;
/**
* String.replaceAll only available in esnext
*/
export declare function replaceAll(haystack: string, oldStr: string, newStr: string): string;