UNPKG

rjweb-server

Version:

Easy and Robust Way to create a Web Server with Many Easy-to-use Features in NodeJS

6 lines (5 loc) 175 B
/// <reference types="node" /> /** * Convert Buffers to ArrayBuffers to strings * @since 9.0.0 */ export default function toString(input: Buffer | ArrayBufferLike): string;