UNPKG

lfs-akairo

Version:

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

6 lines (3 loc) 139 B
import { Language } from 'node-insim/packets'; declare function convertLanguage(language: Language): string; export { convertLanguage };