UNPKG

@nuofe/ndk-publish-tool

Version:
5 lines (4 loc) 212 B
import { CommandPackage } from '@nuofe/ndk-cli'; import { RuntimePackage } from '@nuofe/ndk-runtime-env'; declare const _default: (pkg: CommandPackage & RuntimePackage) => Promise<void>; export default _default;