2.0.5 • Published 2 years ago
@types/gematriya v2.0.5
Installation
npm install --save @types/gematriya
Summary
This package contains type definitions for gematriya (https://github.com/Scimonster/js-gematriya).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gematriya.
index.d.ts
// Type definitions for gematriya 2.0
// Project: https://github.com/Scimonster/js-gematriya
// Definitions by: Mendy Berger <https://github.com/MendyBerger>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function gematriya(num: number, options?: { limit?: number | undefined, punctuate?: boolean | undefined, geresh?: boolean | undefined }): string;
declare function gematriya(str: string, options?: { order?: boolean | undefined }): number;
export = gematriya;
export as namespace gematriya;
Additional Details
- Last updated: Thu, 08 Jul 2021 12:02:01 GMT
- Dependencies: none
- Global values:
gematriya
Credits
These definitions were written by Mendy Berger.