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

7 lines
139 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* Checks if given value is a function.
*
* @api private
*/
export declare const isFunction: (value: unknown) => value is Function;