commenthol

Results 6 issues of commenthol

@jhuckaby Would you accept a PR which makes the megahash interface compatible with [ES6 Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map)? If so, what would be your preferred option? E.g. Using class inheritance like: ```js const...

[dtslint](https://github.com/Microsoft/dtslint) seams being discontinued. type-checking tests were disabled (for the moment) as they throw an exception. Re-enable using a new checking method.

This PR optionally uses a different splash image for landscape mode. Just add a `splash-landscape.png` or set manually with ``` cordova-splash --splash-landscape=my-splash-landscape.png ``` If such image is not found the...

According to https://en.wikipedia.org/wiki/List_of_country_calling_codes Jamaica has number 1658 assigned. This is currently missing in the module.

Running the slightly modified example ```js const ntp = require('..'); ntp(function(err, response){ if(err) return console.error(err); console.log(response); }); ``` `originateTimestamp === 0` is returned which renders roundtrip delay `d` and system...

feat: change to ESM feat: include binascii functions as ESM chore: use eslint-prettier with eslint@9 chore: build cjs with rollup chore: bump dependencies