UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

14 lines (11 loc) 213 B
"use strict"; var generated = Object.create(null), random = Math.random; module.exports = function () { var str; do { str = random() .toString(36) .slice(2); } while (generated[str]); return str; };