UNPKG

@herongxhr/sayhi

Version:

A framework-agnostic greeting generator based on time, date, and weekday with multi-language support

3 lines (2 loc) 110 B
import { LanguageData } from "./types"; export declare function getLanguages(): Record<string, LanguageData>;