astro-ghostcms/.pnpm-store/v3/files/ca/b9ac090a83f2edf8bf471bd7d22...

7 lines
139 B
Plaintext

/**
* Checks if given value is a function.
*
* @api private
*/
export declare const isFunction: (value: unknown) => value is Function;