UNPKG

ocat-lang

Version:

A programming language for the web design and development

7 lines (5 loc) 105 B
function derr(callback: () => void) { callback(); process.exit(1); } export default derr;