6 lines
113 B
TypeScript
6 lines
113 B
TypeScript
import types = require('./types');
|
|
|
|
declare function copy(text: string, cb?: types.AnyFn): void;
|
|
|
|
export = copy;
|