UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

8 lines (6 loc) 148 B
import clamp from './clamp.js'; import inRange from './inRange.js'; import random from './random.js'; export default { clamp, inRange, random };