UNPKG

hazdev-webutils

Version:

Utilities commonly used in web applications developed by the EHP HazDev team.

12 lines 165 B
/* global callback */ callback({ key1: 'stringValue1', key2: 1.0, nullKey: null, arrKey: [ 0, 1, 2, 3 ], objKey: { subKey: 'stringValue2' } });