JSPM

@anxio/core

0.0.2
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 4
    • Score
      100M100P100Q28621F
    • License ISC

    An advanced package created to simplify your life

    Package Exports

    • @anxio/core
    • @anxio/core/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@anxio/core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Logo

    🦄 @anxio/core

    An powerful package to create amazing things...

    😳 Package is disabled

    Now the package is disabled for some time. We will activate anxio asap with a lot more features.

    Authors

    • Kxfinski ム#0002

    Features

    • Advanced math
    • Cool logging system (with colors)
    • And other amazing stuff

    Installation

    Install anxio with npm package manager! 🦄

      npm install @anxio/core

    Usage/Examples

    const anx = require('@anxio/core')
    
    anx.log(anx.math('add', [5, 11])) // Output: 16
    anx.log(anx.math('div', [5, 2])) // Output: 2.5
    
    anx.log(anx.random('number', { range: [5, 50] })) // Output: 31
    
    anx.log(anx.random('string', { size: 5 })) // Output: kjRlZ
    
    anx.log(anx.spray('Hello')) // Output:
    // __    __   _______  __       __        ______   
    //|  |  |  | |   ____||  |     |  |      /  __  \  
    //|  |__|  | |  |__   |  |     |  |     |  |  |  | 
    //|   __   | |   __|  |  |     |  |     |  |  |  | 
    //|  |  |  | |  |____ |  `----.|  `----.|  `--'  | 
    //|__|  |__| |_______||_______||_______| \______/