UNPKG

hana-cli

Version:
6 lines (5 loc) 176 B
/** * Check if the current Node.js version meets the required version specified in package.json * @returns {Promise<void>} */ export function checkVersion(): Promise<void>;