UNPKG

@ultipa-graph/ultipa-driver

Version:

NodeJS SDK for ultipa-server 5.2

8 lines (7 loc) 184 B
export declare function rpc_timezone(timezone: string, timeZoneOffset: number): { tz: string; tz_offset?: undefined; } | { tz_offset: number; tz?: undefined; };