UNPKG

@codebabel/jsinput

Version:

jsinput composer to collect user data, with prompt or confirm without the syntax to use them, you call function and decide which one to use and just...

17 lines (16 loc) 292 B
const inf = console.info; const log = console.log; const war = console.warn; const ero = console.error; const ale = window.alert; const $jsip = window.prompt; const $jsic = window.confirm; module.exports = { ale, inf, log, war, ero, $jsip, $jsic }