UNPKG

@keymanapp/kmc-keyboard-info

Version:

Keyman Developer .keyboard_info compiler

18 lines 678 B
/** * @namespace * @param {string | number | Buffer | URL} pathOrData * @param {{(error:string|null,meta?:typeof ttf.result):void}} callback */ export function ttfInfo(pathOrData: string | number | Buffer | URL, callback: (error: string | null, meta?: typeof ttf.result) => void): void; /** * @param {string | number | Buffer | URL} pathOrData * @returns {Promise<typeof ttf.result>} */ export function promise(pathOrData: string | number | Buffer | URL): Promise<typeof ttf.result>; export namespace ttfMeta { export { ttfInfo }; export { promise }; } export default ttfMeta; import * as ttf from "./main.js"; //# sourceMappingURL=index.d.ts.map