UNPKG

font-ligatures

Version:

Find ligature replacements for any system font

3 lines (2 loc) 131 B
import { LookupTree, FlattenedLookupTree } from './types'; export default function flatten(tree: LookupTree): FlattenedLookupTree;