UNPKG

v8-to-istanbul

Version:

convert from v8 coverage format to istanbul's format

8 lines (6 loc) 90 B
#!/usr/bin/env node 'use strict' function hello () { console.info('hello') } hello()