UNPKG

snowflake-sdk

Version:
7 lines (6 loc) 292 B
/** * The map of symbols for datatime representation in Snowflake and in Moment.js formatting. * The order of tags is important Please don't change it */ export function formatTagsMap(): string[][]; export function convertSnowflakeFormatToMomentFormat(formatSql: any, scale: any): string;