UNPKG

@coat/cli

Version:

TODO: See #3

9 lines (8 loc) 251 B
import { CoatContext } from "../types/coat-context"; /** * Retrieves and parses files that are relevant * for a coat project * * @param cwd The directory of a coat project */ export declare function getContext(cwd: string): Promise<CoatContext>;