UNPKG

@mintlify/previewing

Version:

Preview Mintlify docs locally

5 lines (4 loc) 252 B
import { getTargetMintVersion, downloadTargetMint } from './local-preview/client.js'; import dev from './local-preview/index.js'; import { getClientVersion } from './util.js'; export { dev, getClientVersion, getTargetMintVersion, downloadTargetMint };