UNPKG

@sanpjs/core

Version:

@sanpjs/core

3 lines (2 loc) 143 B
import { Context } from '../types'; export default function createContext({ configFile, mode, watch, clean, analyze }: Context): Promise<any>;