UNPKG

@changesets/cli

Version:

Organise your package versioning and publishing to make both contributors and maintainers happy

5 lines (4 loc) 106 B
export declare type TwoFactorState = { token: string | null; isRequired: Promise<boolean>; };