@types/phonetic
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

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

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: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: none

Credits

These definitions were written by Emmanuel N Kyeyune.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/phonetic

Weekly Downloads

13

Version

0.1.3

License

MIT

Unpacked Size

3.13 kB

Total Files

5

Last publish

Collaborators

  • types