mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
- Ported from the extension - Only adding tests that related to the internally implemented functionality, not to anything provider-specific.
3 lines
89 B
TypeScript
3 lines
89 B
TypeScript
declare module 'temp-write' {
|
|
function sync(input: string, filePath?: string): string;
|
|
} |