0.1.3 • Published 6 months ago

@types/phonetic v0.1.3

Weekly downloads
36
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/phonetic

Summary

This package contains type definitions for phonetic (https://github.com/TomFrost/node-phonetic).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/phonetic.

index.d.ts

// Type definitions for phonetic 0.1
// Project: https://github.com/TomFrost/node-phonetic
// Definitions by: Emmanuel N Kyeyune <https://github.com/emmanuelnk>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export interface PhoneticOptions {
    syllables?: number | undefined;
    seed?: string | undefined;
    phoneticSimplicity?: number | undefined;
    compoundSimplicity?: number | undefined;
    capFirst?: boolean | undefined;
}

export function generate(options?: PhoneticOptions): string;

Additional Details

  • Last updated: Thu, 08 Jul 2021 20:19:35 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Emmanuel N Kyeyune.

0.1.2

7 months ago

0.1.3

6 months ago

0.1.1

3 years ago

0.1.0

3 years ago