Socket
Socket
Sign inDemoInstall

ax63.js

Package Overview
Dependencies
1
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ax63.js

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa in JavaScript


Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

ax63.js

Use in your project

Use npm
npm i ax63.js
const ax63 = require('ax63.js');

console.log(ax63.a());
console.log(ax63.a(100));
console.log(ax63.a(63, true));

console.log(ax63.haritaso());
console.log(ax63.haritaso(true));
Use <script> tag
<div id="ax63"></div>
<div id="haritaso"></div>

<script src="https://cdn.jsdelivr.net/npm/ax63.js@latest/dist/ax63.min.js"></script>
<script>
  window.onload = function () {
    document.getElementById("ax63").innerHTML =
      ax63.a() + "<br>" +
      ax63.a(100) + "<br>" +
      ax63.a(63, true);

    document.getElementById("haritaso").innerHTML =
      ax63.haritaso() + "<br>" +
      ax63.haritaso(true);
  };
</script>

by jsDelivr.

Use ax63-CLI

npm i ax63.js -g

or

git clone https://github.com/ax63/ax63.js
cd ax63.js
npm install
npm link

Usage: ax63-cli [options]

Options:
  -V, --version     output the version number
  -a, --a <number>  Specify the number of "a" (Default: 63)
  -c, --caps        Use "A" (not "a")
  --haritaso        Add Haritaso
  -h, --help        output usage information

FAQs

Last updated on 22 Nov 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc