Options
All
  • Public
  • Public/Protected
  • All
Menu

a-nonce-generator

styled with prettier Travis Coverage Status npm npm license

A generator for creating nonces. It uses the package 'seedrandom' for better randomness.

Homepage

https://adorsys.github.io/npm-nonce-generator/

Installation

npm install a-nonce-generator

Usage

import NonceGenerator from 'a-nonce-generator';
const ng = new NonceGenerator()
const nonce = tg.generate();

Tests

Install dev dependencies with npm install, then run npm test.

Index

External modules

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc