UNPKG

fixit-cli

Version:
11 lines (10 loc) 406 B
import { checkAction, createAction } from './bin/actions.js'; import { getLatestRelease, importJson } from './lib/utils.js'; export { checkAction, createAction, getLatestRelease, importJson, }; declare const _default: { createAction: typeof createAction; checkAction: typeof checkAction; importJson: typeof importJson; getLatestRelease: typeof getLatestRelease; }; export default _default;