UNPKG

@modern-js/core

Version:

A Progressive React Framework for modern web development.

5 lines (4 loc) 152 B
import { type Command, program } from '@modern-js/utils'; export declare function initCommandsMap(): void; export type { Command }; export { program };