[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [AllowedBufferEncoding](./js-utils.allowedbufferencoding.md) ## AllowedBufferEncoding type Signature: ```typescript export declare type AllowedBufferEncoding = 'ascii' | 'utf-8'; ```