extreme-version

7894.23857384.6458892304592-rc.82349 • Public • Published

extreme-version

Documentation

class ExtremeVersion {
    constructor(x) {
        this.x = x;
    }
    
    async version() {
        return require('./package.json').version;
    }

    async thisMethodDoesNothing() {
        return;
    }

    async whyDidYouEvenInstallThisPackage() {
        return "This package is literally useless";
    }

    async async() {
        return await await await await await await await await await "tryna be async oh noes";
    }

    async await(x) {
        return await await await await await await await await await await await await await await await await x;
    }

    async whenWillNextPatchComeOut() {
        return "never";
    }

    async iWasBoredAndWroteThisDumbPackageOnAPlane() {
        return Math.pow(NaN, Infinity) + Math.PI;
    }

    async heyBroWhatsOnePlusOne() {
        return 3;
    }

    async IbetyouReTRiGGErEdABOUTtheCApITALizaiTIONOFTHISmetHODbutServesyourightFORusingThISpAckAGE(x) {
        return [null, null, null, null, null, null, null, x, null, null, null, null, null, 42, null, null, null, null];
    }

    async AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA(x) {
        if (true === false) return Infinity - Math.sqrt(-1);
        else if (null === 42) {
            switch(x) {
                case null:
                    return await await await await super.ohWaitImNotAChildCLass(x);
                case "I hate my life":
                    return "sucks to be you";
                case 0 / 0:
                    return "wow";
            }
        }
        else return await 0 / 0;
    }
}

module.exports = ExtremeVersion;

Readme

Keywords

none

Package Sidebar

Install

npm i extreme-version

Weekly Downloads

0

Version

7894.23857384.6458892304592-rc.82349

License

none

Unpacked Size

4.2 kB

Total Files

3

Last publish

Collaborators

  • littlewhole