UNPKG

timesync

Version:

Time synchronization between peers

3 lines (2 loc) 141 B
"use strict"; module.exports = typeof window === 'undefined' || typeof window.Promise === 'undefined' ? require('promise') : window.Promise;