UNPKG

snowflake-sdk

Version:
10 lines (9 loc) 181 B
export = Core; /** * Creates a new instance of the Snowflake core module. * * @param {Object} options * * @returns {Object} */ declare function Core(options: Object): Object;