@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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.1813,419ts5.8
0.2.1813,419ts5.7
0.2.1813,419latest
0.2.1813,419ts4.5
0.2.1813,419ts4.6
0.2.1813,419ts4.7
0.2.1813,419ts4.8
0.2.1813,419ts4.9
0.2.1813,419ts5.0
0.2.1813,419ts5.1
0.2.1813,419ts5.2
0.2.1813,419ts5.3
0.2.1813,419ts5.4
0.2.1813,419ts5.5
0.2.1813,419ts5.6
0.2.1813,419ts5.9
0.2.153,394ts2.0
0.2.153,394ts2.1
0.2.153,394ts2.2
0.2.153,394ts2.3
0.2.153,394ts2.4
0.2.153,394ts2.5
0.2.153,394ts2.6
0.2.153,394ts2.7
0.2.153,394ts2.8
0.2.153,394ts2.9
0.2.153,394ts3.0
0.2.153,394ts3.1
0.2.153,394ts3.2
0.2.153,394ts3.3
0.2.153,394ts3.4
0.2.153,394ts3.5
0.2.153,394ts3.6
0.2.153,394ts3.7
0.2.153,394ts3.8
0.2.153,394ts3.9
0.2.153,394ts4.0
0.2.153,394ts4.1
0.2.153,394ts4.2
0.2.16709ts4.3
0.2.16709ts4.4

Version History

VersionDownloads (Last 7 Days)Published
0.2.1813,419
0.2.1724
0.2.16709
0.2.153,394
0.2.142
0.2.13-alpha1
0.2.12-alpha1
0.2.11-alpha1
0.2.10-alpha3
0.2.9-alpha2
0.2.8-alpha1
0.2.3-alpha1
0.2.2-alpha1

Package Sidebar

Install

npm i @types/latinize

Weekly Downloads

17,559

Version

0.2.18

License

MIT

Unpacked Size

3.07 kB

Total Files

5

Last publish

Collaborators

  • types