bigblocks
Version:
Complete Bitcoin UI component library - authentication, social, wallet, market, inscriptions, and blockchain interactions for React
8 lines • 399 B
TypeScript
/**
* Runtime checks for peer dependencies
* Provides helpful warnings when optional peer dependencies are missing
*/
export declare function checkPeerDependency(packageName: string, feature: string, isRequired?: boolean): boolean;
export declare function checkRequiredDeps(): void;
export declare function checkOptionalDeps(module: string): boolean;
//# sourceMappingURL=check-peer-deps.d.ts.map