UNPKG

ifont

Version:

An isomorphic icon font generator with support for ligatures.

6 lines (5 loc) 292 B
declare const castArray: <T>(value: T | T[]) => T[]; declare const memoize: <T, U>(fn: (arg: T) => U) => (arg: T) => U; declare const round: (value: number, precision: number) => number; declare const without: <T>(values: T[], value: T) => T[]; export { castArray, memoize, round, without };