UNPKG

indefinite

Version:

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

7 lines (4 loc) 188 B
const gulp = require('gulp'); const rimraf = require('rimraf'); gulp.task('clean:coverage', done => rimraf('./coverage', done)); gulp.task('clean:dist', done => rimraf('./dist', done));