UNPKG

rails-timezone

Version:

Convert between Rails ActiveSupport TimeZone names and the IANA Time Zone Database format for node.js and the browser

8 lines (6 loc) 206 B
// Type definitions for typescript declare module "rails-timezone" { export function from(timezone: string): string; export function to(timezone: string): string; export function list(): string[]; }