UNPKG

@digitalpersona/core

Version:
14 lines (8 loc) 382 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [Utf8](./core.utf8.md) &gt; [withBom](./core.utf8.withbom.md) ## Utf8.withBom property Appends Byte-Order-Mark (BOM) to the UTF8 string. <b>Signature:</b> ```typescript static withBom: (s: Utf8String) => Utf8String; ```