pronoun
v1.0.3
Published
English Pronouns
Downloads
7
Maintainers
Readme
pronoun.js
List of all English pronouns and more...
Some code examples and installation guide is given below:
Installation
Go to your terminal and type the following to get started!
npm i pronounImport it to your project like this:
import { pronoun } from 'pronoun';Usage
1. All Pronoun's List
pronoun();2. Personal / Subject Pronoun List
pronoun('personal');
// or you can do this
pronoun('subject');3. Object Pronoun List
pronoun('object');4. Possessive Pronoun List
pronoun('possessive');5. Reflexive Pronoun List
pronoun('reflexive');6. Intensive Pronoun List
pronoun('intensive');7. Indefinite Pronoun List
pronoun('indefinite');8. Demonstrative Pronoun List
pronoun('demonstrative');9. Interrogative Pronoun List
pronoun('interrogative');10. Relative Pronoun List
pronoun('relative');11. Archaic Pronoun List
pronoun('archaic');12. Generate Example
pronoun('example', 3); // second value is for the number of examples13. wikiPage
pronoun('wikiPage'); // returns the wikipage for pronoun