Skip to main content
Module

x/otpauth/.esdoc.json

One Time Password (HOTP/TOTP) library for Node.js, Deno and browsers.
Go to Latest
File
{ "source": "./src", "destination": "./docs", "plugins": [ { "name": "esdoc2-standard-plugin", "option": { "brand": { "title": "OTPAuth", "description": "One Time Password (HOTP/TOTP) library for Node.js and browser", "repository": "https://github.com/hectorm/otpauth", "author": "Héctor Molinero Fernández <hector@molinero.dev>" }, "lint": { "enable": true }, "coverage": { "enable": true }, "accessor": { "access": ["public", "protected"], "autoPrivate": true }, "undocumentIdentifier": { "enable": true }, "unexportedIdentifier": { "enable": false }, "typeInference": { "enable": true } } } ]}