UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

3 lines (2 loc) 100 B
import { Dict } from "../typing"; export declare function propertyFlatList(target: Dict): string[];