UNPKG

specialist

Version:

A library that helps you write tiny, fast and beautiful CLI apps that can automatically check for updates.

3 lines (2 loc) 84 B
declare const exit: (message: string, code?: number) => never; export default exit;