@furystack/shades
Version:
Google Authentication Provider for FuryStack
9 lines • 303 B
JavaScript
/**
* Type guard that checks if an object is a stateless component
* @param obj The object to check
* @returns a value that indicates if the object is a Shade component
*/
export const isShadeComponent = (obj) => {
return typeof obj === 'function';
};
//# sourceMappingURL=shade-component.js.map