import { RandomWord, ImproperNoun, Adjective } from './language' export const SwallowSound = new RandomWord([ new ImproperNoun('gulp'), new ImproperNoun('glurk'), new ImproperNoun('glrkh') ]).all export const Slick = new RandomWord([ new Adjective('slick'), new Adjective('slippery'), new Adjective('slimy'), new Adjective('glistening') ])