underscore
Formats the content into underscored text
export declare function underscore<C extends string>(content: C): `__${C}__`;
export declare function underscore<C extends string>(content: C): `__${C}__`;
Name | Type | Optional | Description |
---|---|---|---|
content | C | No | The content to wrap |