JSPM

passive-voice

0.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 47844
    • Score
      100M100P100Q222605F
    • License MIT

    detect passive voice

    Package Exports

    • passive-voice

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (passive-voice) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    passive voice Build Status

    npm module for detecting passive voice.

    Based on this shell script.

    Install

    npm install passive-voice

    Use

    var passive = require('passive-voice');
    
    var problems = passive('He was judged.');
    // problems -> [{ index: 3, offset: 10 }]

    License

    MIT