Files
azuredatastudio/src/typings/temp-write.d.ts
Kevin Cunnane 8d8be27f22 Add basic notebook model tests (#3396)
- Ported from the extension
- Only adding tests that related to the internally implemented functionality, not to anything provider-specific.
2018-12-04 10:01:10 -08:00

3 lines
89 B
TypeScript

declare module 'temp-write' {
function sync(input: string, filePath?: string): string;
}