UNPKG

falcor

Version:

A JavaScript library for efficient data fetching.

8 lines (7 loc) 178 B
var version = 1; module.exports = function incrementVersion() { return version++; }; module.exports.getCurrentVersion = function getCurrentVersion() { return version; };