UNPKG

crowdtoken-demo-wallet

Version:
11 lines (7 loc) 162 B
'use strict' exports.isSnapshot = isSnapshot function isSnapshot (msg) { if (!msg[0]) return false if (Array.isArray(msg[0])) return true return false }