UNPKG

otpauth

Version:

One Time Password (HOTP/TOTP) library for Node.js, Deno and browsers

8 lines (7 loc) 281 B
/** * Dynamically import Node.js modules ("eval" is used to prevent bundlers from including the module). * {@link https://github.com/webpack/webpack/issues/8826|webpack/webpack#8826} * @param {string} name Module name. * @returns {*} Module. */ export const nodeRequire: any;