MCPcopy
hub / github.com/angular/angularfire / randomString

Function randomString

src/utils.ts:1–1  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const randomString = () => (Math.random() + 1).toString(36).split('.')[1];
2
3export const rando = () => [randomString(), randomString(), randomString()].join('');

Callers 1

randoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected