UNPKG

@types/ttf2eot

Version:
6 lines (3 loc) 102 B
/// <reference types="node" /> declare function ttf2eot(ttf: Uint8Array): Buffer; export = ttf2eot;