cahilfoley/utils

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

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
/**
 * Coordinating Conjuctions
 * @internal
 */
const conjunctions: string[] = ['and', 'but', 'or', 'nor', 'for', 'yet', 'so']

export default conjunctions