UNPKG

captan

Version:

Captan — Command your ownership. A tiny, hackable CLI cap table tool.

15 lines 479 B
/** * Main handler exports * * Central export point for all resource handlers */ export type { HandlerResult } from './types.js'; export * from './stakeholder.handlers.js'; export * from './security.handlers.js'; export * from './issuance.handlers.js'; export * from './grant.handlers.js'; export * from './safe.handlers.js'; export * from './report.handlers.js'; export * from './export.handlers.js'; export * from './system.handlers.js'; //# sourceMappingURL=index.d.ts.map