UNPKG

amourlinguini

Version:

A JSON-based translation file manager.

8 lines (7 loc) 208 B
export interface Categorized { [name: string]: Location | string; } export interface Location { [name: string]: string; } export declare const instanceOfLocation: (object: any) => object is Location;