mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
4 lines
68 B
TypeScript
4 lines
68 B
TypeScript
declare module 'clone' {
|
|
function fn<T>(obj: T): T;
|
|
export = fn;
|
|
} |