UNPKG

indefinite

Version:

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

7 lines (5 loc) 167 B
const gulp = require('gulp'); const config = require('./config'); gulp.task('watch', () => { gulp.watch(config.lib.concat(config.tests), gulp.series('cover')); });