UNPKG
snowflake-pool
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Snowflake connection pool
github.com/jorshali/snowflake-pool
snowflake-pool
/
src
/
index.ts
4 lines
(2 loc)
•
88 B
text/typescript
View Raw
1
2
3
4
import
{ createSnowflakePool }
from
'./SnowflakePool'
;
export
{ createSnowflakePool };