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

0.2.18 • Public • Published

Installation

npm install --save @types/latinize

Summary

This package contains type definitions for latinize (https://github.com/dundalek/latinize).

Details

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

index.d.ts

declare namespace LatinizeModule {
    export interface Latinize {
        (str: string): string;
        characters: { [char: string]: string };
    }
}

declare var latinize: LatinizeModule.Latinize;
export = latinize;
export as namespace latinize;

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:38 GMT
  • Dependencies: none

Credits

These definitions were written by Giedrius Grabauskas.

/@types/latinize/

    Package Sidebar

    Install

    npm i @types/latinize

    Weekly Downloads

    19,098

    Version

    0.2.18

    License

    MIT

    Unpacked Size

    3.07 kB

    Total Files

    5

    Last publish

    Collaborators

    • types