builders

underscore

export declare function underscore<C extends string>(content: C): `__${C}__`;

Summary

Formats the content into underscored text

Type Parameters

Parameters

NameTypeOptionalDescription
contentCNoNone

builders