UNPKG

gatsby-cli

Version:

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

3 lines (2 loc) 137 B
export declare const getToken: () => Promise<string>; export declare const setToken: (token: string | null, expiration: string) => void;