UNPKG

indefinite

Version:

Prefix a noun with an indefinite article - a or an - based on whether it begins with a vowel

8 lines (5 loc) 180 B
const gulp = require('gulp'); const open = require('opn'); gulp.task('open', (done) => { open('coverage/lcov-report/index.html', { wait: false }).then(() => done(), done); });