mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
Change endpoint from persons to people
This commit is contained in:
1
backend/apis/nodejs/node_modules/hexoid/dist/index.d.ts
generated
vendored
Normal file
1
backend/apis/nodejs/node_modules/hexoid/dist/index.d.ts
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
export function hexoid(len?: number): () => string;
|
1
backend/apis/nodejs/node_modules/hexoid/dist/index.js
generated
vendored
Normal file
1
backend/apis/nodejs/node_modules/hexoid/dist/index.js
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
for(var r=256,n=[];r--;)n[r]=(r+256).toString(16).substring(1);exports.hexoid=function(r){r=r||16;var t="",o=0;return function(){if(!t||256===o){for(t="",o=(1+r)/2|0;o--;)t+=n[256*Math.random()|0];t=t.substring(o=0,r-2)}return t+n[o++]}};
|
1
backend/apis/nodejs/node_modules/hexoid/dist/index.mjs
generated
vendored
Normal file
1
backend/apis/nodejs/node_modules/hexoid/dist/index.mjs
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
for(var r=256,n=[];r--;)n[r]=(r+256).toString(16).substring(1);export function hexoid(r){r=r||16;var t="",o=0;return function(){if(!t||256===o){for(t="",o=(1+r)/2|0;o--;)t+=n[256*Math.random()|0];t=t.substring(o=0,r-2)}return t+n[o++]}}
|
Reference in New Issue
Block a user