UNPKG

brush_cli

Version:

A tool for creating and developing cmos PC Framework project.

17 lines (9 loc) 321 B
var Sntp = require('../lib'); // Request offset once Sntp.offset(function (err, offset) { console.log(offset); // New (served fresh) // Request offset again Sntp.offset(function (err, offset) { console.log(offset); // Identical (served from cache) }); });