UNPKG

gatsby-cli

Version:

Gatsby command-line interface for creating new sites and running Gatsby commands

5 lines (4 loc) 126 B
/** * Reports the username of the logged in user if they are logged in. */ export declare function whoami(): Promise<void>;