Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

french-h-muet-aspire

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

french-h-muet-aspire

List of French words that are 'aspiré' (vs. 'muet')

  • 2.9.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

french-h-muet-aspire

A very simple Node.js module that checks if a French word starting with a h letter is "aspiré" or "muet". For instance hérisson is "aspiré" while homme is "muet".

It is a list with a few helper functions.

Installation

npm install french-h-muet-aspire

Usage

var haspire = require('french-h-muet-aspire');

// the full list
console.log(haspire.getCompleteList());

// some clever functions
const test = 'hérissonne';
console.log(`dans "${test}" le h est aspiré ? ${haspire.isHAspire(test)}`);

Dependancies and licences

Based on https://en.wikipedia.org/wiki/Aspirated_h. The derived resource resources_pub\haspire.json remains under CC BY-SA 3.0.

Keywords

FAQs

Package last updated on 15 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc