@autheur/datasets
French word datasets and getters
Installation
npm i @autheur/datasets
Usage
getRandomNoun
import { getRandomNoun } from '@autheur/datasets';
const noun = getRandomNoun();
getRandomAdjective
import { getRandomAdjective } from '@autheur/datasets';
const adjective = getRandomAdjective();
getRandomAdverbe
import { getRandomAdverbe } from '@autheur/datasets';
const adjective = getRandomAdverbe();
determinants
See determinants.ts.
import { determinants } from '@autheur/datasets';
Other packages
This is a from a monorepo with the following packages:
Credits
Coded with ❤️ by Corentin Thomasset.
License
This project is under the MIT license.