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.

4 lines (3 loc) 147 B
type VerboseLogger = (...args: any[]) => void; export declare function checkPrerequisites(verboseLog: VerboseLogger): Promise<boolean>; export {};