Home > @tridion-sites/extensions > NonFunctionGuard
Signature:
export type NonFunctionGuard<T> = T extends Function ? never : T;