UNPKG

@n3okill/utils

Version:
8 lines (7 loc) 218 B
/** * Transforms argument into string * @param arg the buffer to transform * @param encoding the encoding to be used * @returns */ export declare function toString(arg: Buffer, encoding?: BufferEncoding): string;