0.0.8 • Published 3 months ago

@types/cybozulabs-md5 v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
3 months ago

Installation

npm install --save @types/cybozulabs-md5

Summary

This package contains type definitions for CybozuLabs.MD5 (http://labs.cybozu.co.jp/blog/mitsunari/2007/07/md5js_1.html).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cybozulabs-md5.

index.d.ts

// Type definitions for CybozuLabs.MD5
// Project: http://labs.cybozu.co.jp/blog/mitsunari/2007/07/md5js_1.html
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare namespace CybozuLabs.MD5 {
    var VERSION: string;
    var BY_ASCII: number;
    var BY_UTF16: number;
    function calc(str: string, option?: number): string;
}

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:27 GMT
  • Dependencies: none
  • Global values: CybozuLabs

Credits

These definitions were written by DefinitelyTyped.

0.0.8

3 months ago

0.0.7

6 months ago

0.0.6

7 months ago

0.0.5

2 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago