@keymanapp/kmc-keyboard-info
Version:
Keyman Developer .keyboard_info compiler
37 lines • 769 B
TypeScript
/**
* format meta.tables.name, property description license, reference
* @param {{[k: string]: string}} e
*/
export default function _default(e: {
[k: string]: string;
}): {
/**
* @type {{name:string,text:string}[]}
*/
property: {
name: string;
text: string;
}[];
/**
* @type {{name:string,text:string}[]}
*/
description: {
name: string;
text: string;
}[];
/**
* @type {{name:string,text:string}[]}
*/
license: {
name: string;
text: string;
}[];
/**
* @type {{name:string,text:string}[]}
*/
reference: {
name: string;
text: string;
}[];
};
//# sourceMappingURL=meta.d.ts.map