UNPKG

html-squircle

Version:

Utilities for generating superellipse squircles in the form of SVG strings, to be used in clip-path and background inline styles.

2 lines (1 loc) 74 B
export const isFunction = (input: unknown) => typeof input === "function"