UNPKG

relay-runtime

Version:

A core runtime for building GraphQL-driven applications.

7 lines (6 loc) 101 B
'use strict'; var id = 100000; function generateID() { return id++; } module.exports = generateID;