UNPKG

@mayankjha07/ayush-cli

Version:

This CLI uses AyushSync API to connect and map Indian Traditional Medicine and Modern Medicine using FHIR Resources

13 lines (10 loc) 162 B
import alert from 'cli-alerts'; export default info => { alert({ type: `warning`, name: `DEBUG LOG`, msg: `` }); console.log(info); console.log(); };