merger-js
Version:
Yet another simple cross-platform CLI build tool to bundle JavaScript files, with a custom file import syntax, ES8+ minification, auto build capabilities, and native OS notifications.
15 lines (12 loc) • 381 B
JavaScript
/*
* Copyright (c) 2018-2020 João Pedro Martins Neves - All Rights Reserved.
*
* MergerJS (merger-js) is licensed under the
* GPLv3.0 license (GNU General Public License v3.0),
* located in the root of this project, under the name "LICENSE.md".
*/
const promptResponseType = Object.freeze( {
Afirmative: 'Yes',
Negative: 'No'
} );
module.exports = promptResponseType;