UNPKG

@twbs/fantasticon

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