3 lines
82 B
TypeScript
3 lines
82 B
TypeScript
/// <reference types="node" />
|
|
export declare function copy(str: string): Buffer;
|