UNPKG

@agnos-ui/core

Version:

Framework-agnostic headless component library.

12 lines (11 loc) 191 B
/** * A noop function */ export declare const noop: () => void; /** * The identity function * * @param x - the arg * @returns the arg */ export declare const identity: <T>(x: T) => T;