UNPKG

@lucidlayer/traceform-onboard

Version:

Interactive CLI tool and onboarding wizard for setting up, validating, and configuring Traceform in React projects. Automates project setup, developer onboarding, and toolchain validation for React, TypeScript, and monorepos.

5 lines (4 loc) 228 B
type VerboseLogger = (...args: any[]) => void; type BabelCheckStatus = 'passed' | 'failed_dependency' | 'failed_config'; export declare function checkBabelPlugin(verboseLog: VerboseLogger): Promise<BabelCheckStatus>; export {};