Remove unused packages from MSSQL (#21871)

This commit is contained in:
Charles Gagnon
2023-02-07 19:22:44 -08:00
committed by GitHub
parent dfe84da196
commit 99a924dbcd
6 changed files with 8 additions and 561 deletions

View File

@@ -1,6 +0,0 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
export default require('error-ex')('EscapeException');

View File

@@ -1,19 +0,0 @@
declare module 'buffer-stream-reader' {
import * as fs from 'fs';
class BufferStreamReader {
constructor(stream: string | Buffer);
pipe(pipe: fs.WriteStream): void
}
namespace BufferStreamReader {
interface FindRemoveOptions {
age?: {
seconds?: number;
};
limit?: number;
}
}
export = BufferStreamReader;
}