UNPKG

ts-packager

Version:
9 lines (8 loc) 214 B
/// <reference types="node" /> /** * Convert string/buffer to string * * @param str Input string/buffer * @returns Returns the string */ export declare function toString(str: Buffer | string): string;