export-public-types
CommunityExport all public API types for libraries.
Authorluyi985
Version1.0.0
Installs0
System Documentation
What problem does it solve?
When you publish a library, users need access to all types that appear in your public API. If a function returns a type that isn't exported, users can't type their own variables to match.
Core Features & Use Cases
- Export all types that appear in public function signatures, return types, or interfaces.
- Maintain alignment across multi-package repositories so consumers can reference types.
- Example: A library exposes interfaces User and Result<T>; exporting these types allows users to import { User, Result } from 'library'.
Quick Start
Export every type that appears in your library's public API to ensure users can reference it.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: export-public-types Download link: https://github.com/luyi985/lyi-bash/archive/main.zip#export-public-types Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.