UNPKG

lfs-akairo

Version:

LFS Akairo is a framework designed to simplify the creation of InSim applications.

9 lines (6 loc) 137 B
import { Language } from 'node-insim/packets'; interface Locale<T> { language: Language; content: T; } export type { Locale };