mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-06 22:05:15 -04:00
8 lines
205 B
TypeScript
8 lines
205 B
TypeScript
import * as create from './create'
|
|
import * as dlx from './dlx'
|
|
import * as exec from './exec'
|
|
import * as restart from './restart'
|
|
import * as run from './run'
|
|
|
|
export { create, dlx, exec, restart, run }
|