UNPKG

@ramirezcgn/fantasticon

Version:

Fork of fantasticon that implements a forked version of svgicons2svgfont that support more options than the original.

2 lines (1 loc) 76 B
export type Arguments<T> = T extends (...args: infer T) => any ? T : never;