UNPKG

canvas-editor-pdf

Version:
9 lines (8 loc) 236 B
export interface Symb { glyph: number; arity?: number; flags: Record<string, boolean>; } declare const SYMB: Record<string, Symb>; export { SYMB }; export declare function asciiMap(x: string, mode?: string): number;