UNPKG

@predictive-text-studio/lexical-model-compiler

Version:
7 lines (6 loc) 252 B
/// <reference path="kps-file.d.ts" /> /// <reference path="kmp-json-file.d.ts" /> export default class KmpCompiler { transformKpsToKmpObject(kpsString: string): KmpJsonFile; buildKmpFile(kmpJsonData: KmpJsonFile, kmpFileName: string): void; }