UNPKG

eas-cli

Version:

EAS command line tool

5 lines (4 loc) 158 B
import ContextField from './ContextField'; export default class ProjectDirContextField extends ContextField<string> { getValueAsync(): Promise<string>; }