HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/nodejs/memfs/lib/
Upload File :
Current File : //proc/self/root/usr/share/nodejs/memfs/lib/encoding.d.ts
/// <reference types="node" />
import { Buffer } from './internal/buffer';
export declare type TDataOut = string | Buffer;
export declare type TEncodingExtended = BufferEncoding | 'buffer';
export declare const ENCODING_UTF8: BufferEncoding;
export declare function assertEncoding(encoding: string | undefined): void;
export declare function strToEncoding(str: string, encoding?: TEncodingExtended): TDataOut;