UNPKG

atomico

Version:

Atomico is a small library for the creation of interfaces based on web-components, only using functions and hooks.

2 lines (1 loc) 75 B
export type IsFunction = (param: any) => param is (...args: any[]) => any;