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

0.5.3 • Public • Published

Installation

npm install --save @types/convert-layout

Summary

This package contains type definitions for convert-layout (https://github.com/ai/convert-layout#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/convert-layout.

index.d.ts

declare var layouts: { [id: string]: layout };
declare var lang_layout: layout;

declare const convert_layout: {
    by: layout;
    de: layout;
    es: layout;
    he: layout;
    kk: layout;
    ru: layout;
    uk: layout;
};

declare module "convert-layout" {
    export = convert_layout;
}

declare module "convert-layout/by" {
    export = lang_layout;
}

declare module "convert-layout/de" {
    export = lang_layout;
}

declare module "convert-layout/es" {
    export = lang_layout;
}

declare module "convert-layout/he" {
    export = lang_layout;
}

declare module "convert-layout/kk" {
    export = lang_layout;
}

declare module "convert-layout/ru" {
    export = lang_layout;
}

declare module "convert-layout/uk" {
    export = lang_layout;
}

interface layout {
    toEn(s: string): string;
    fromEn(s: string): string;
}

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Mikhail Aksenov.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/convert-layout

Weekly Downloads

665

Version

0.5.3

License

MIT

Unpacked Size

4.26 kB

Total Files

5

Last publish

Collaborators

  • types