simple code parts
standard-software/Copipe.js: simple code parts
https://github.com/standard-software/copipejs
@standard-software/copipe - npm
https://www.npmjs.com/package/@standard-software/copipe
npm i @standard-software/copipe
// index.js
const copipe = require("@standard-software/copipe");
console.log(
'copipe.VERSION', copipe.VERSION
);
node index.js
// index.mjs
import copipe from '@standard-software/copipe';
console.log(
'copipe.VERSION', copipe.VERSION
);
node --experimental-modules index.mjs
<script>
var require = function() {
return copipe;
};
var module = {};
</script>
<script src="../copipe_core.js"></script>
<script src="../copipe_console.js"></script>
<script src="../copipe_polyfill.js"></script>
<script>
console.log(copipe.VERSION);
</script>
- refer to ./debug/web/test/test_debug_copipe.html
<script>
var module = {};
</script>
<script src="../copipe.js"></script>
<script>
console.log(copipe.VERSION);
</script>
- refer to ./release/web/test/test_release_copipe.html
- refer to ./debug/wsh/test/test_debug_copipe.wsf
- refer to ./release/wsh/test/test_release_copipe.wsf
Next Product
standard-software / Parts.js
- document update
- document update
- update parameter args numberToString, stringToNumber, stringToInteger string.includes, string.matchFormat
- add numberToString, stringToNumber, stringToInteger
- add isNaNStrict
- add matchFormat
- update isThrown no args thrown value.
- update compare.match
- update string.include and consoleHook
- add Polyfill statsWith endsWith
- update compare.equal or
- add compare.matchValue defaultValue