Edit File: copy.d.ts
/// <reference types="node" /> export declare function copy(str: string): Buffer;
Back to File Manager