UNPKG

@poppinss/string

Version:

A collection of helpers to perform operations on/related to a string value

6 lines (5 loc) 147 B
/** * HTML escape string values so that they can be nested * inside the pre-tags. */ export declare function htmlEscape(value: string): string;