cahilfoley/utils

View on GitHub
src/internal/wordLists/articles.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
/**
 * Indefinite Articles
 * @internal
 */
const articles: string[] = ['a', 'an', 'the']

export default articles