1.1.0 • Published 3 years ago
swissscript v1.1.0
SwissScript
Description
SwissScript is a JavaScript library that shortens code, or making other code suit other languages (mostly python).
UPDATE LOG
- TypeScript Adaptation
REMOVED
- Removed
square() - Removed
round() - Removed
percent() - Removed
findhypotenuse()
ADDED
- Added
radToDeg() - Added
degToRad() - Added
numFormat()
Usage
const { print } = require('swissscript');
*You could export more functions by looking at the documentation.