remove obsolete export

This commit is contained in:
Nate Silva 2017-09-10 20:42:10 -07:00
parent 60e9f3beea
commit 5dc5ca44a7
No known key found for this signature in database
GPG Key ID: C01CCECE75E863E4

View File

@ -6,5 +6,4 @@ export { ExecuteOptions } from './types/ExecuteOptions';
export { SnowflakeError } from './types/SnowflakeError';
export { StatementAlreadyExecutedError } from './types/StatementAlreadyExecutedError';
export { StatementNotExecutedError } from './types/StatementNotExecutedError';
export { StatementStreamingModeMismatchError } from './types/StatementStreamingModeMismatchError';
export { StreamRowsOptions } from './types/StreamRowsOptions';