You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ax63.js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ax63.js

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa in JavaScript

1.1.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
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

Package last updated on 22 Nov 2018

Did you know?

Socket

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