mirror of
https://github.com/LanceGin/jsotp.git
synced 2026-05-24 00:00:05 +08:00
backup
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* @project : jsotp
|
||||
* @author : Gin (gin.lance.inside@hotmail.com)
|
||||
* @link : https://github.com/LanceGin/jsotp
|
||||
* @Disc : a node module to generate and verify one-time passwords
|
||||
*/
|
||||
|
||||
function jsotp(name) {
|
||||
console.log(`Hello ${name}`);
|
||||
}
|
||||
|
||||
exports.jsotp = jsotp
|
||||
Reference in New Issue
Block a user