2.3.5 • Published 1 year ago

@types/md5 v2.3.5

Weekly downloads
160,027
License
MIT
Repository
github
Last release
1 year ago

Installation

npm install --save @types/md5

Summary

This package contains type definitions for md5 (https://github.com/pvorb/node-md5).

Details

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

index.d.ts

// Type definitions for md5 2.3
// Project: https://github.com/pvorb/node-md5
// Definitions by: Bill Sourour <https://github.com/arcdev1>
//                 Cameron Crothers <https://github.com/jprogrammer>
//                 Piotr Błażejewicz <https://github.com/peterblazejewicz>
//                 Ruslan Arkhipau <https://github.com/DethAriel>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * Calculate the MD5 hash of a message.
 *
 * @param message - Message to hash.
 * @param options - Input and output options.
 * @returns MD5 hash.
 */
declare function md5(message: string | number[] | Uint8Array, options: md5.Options & { asBytes: true }): number[];
declare function md5(message: string | number[] | Uint8Array, options?: Pick<md5.Options, 'asString' | 'encoding'>): string;
declare function md5(message: string | number[] | Uint8Array, options?: md5.Options): string | number[];

declare namespace md5 {
    interface Options {
        asBytes?: boolean | undefined;
        asString?: boolean | undefined;
        encoding?: 'binary' | string | undefined;
    }
}

export = md5;

Additional Details

  • Last updated: Tue, 08 Feb 2022 12:01:31 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Bill Sourour, Cameron Crothers, Piotr Błażejewicz, and Ruslan Arkhipau.

@towbe/js-tools@toro-demo/fecc-cli@wong-bejo/apihappyoffice-api@web-remote-control/coremyfiteco-api@toro-demo/tcc-cli@toro-demo/toro-cc-cli@everything-registry/sub-chunk-952fe-mainlit-tittbms-utiltc-translationtest-my-module-mrkou47wiznote-sdk-jswang-fyweb-monitor-testerwade-translation-nodewebapirecorderxclxcl-corewx-md-loaderxhr-translatevk2017video-request@dlid/pkv-xmca@csr/fanyi@d5sketch/request@dingyun/platform@devesharp/ds-releaseresbuild-scoped-csskalama-cachejmtech-mailerjasonshu-translate-toolkeywormkidal-nsfkeyv-cached-withkit-online-npmkryptionbaidu-translatorspringify.tssunmi-runtimestream-linkerubbstiny-ali-osstranslate-pigtranslate-1titanmojo@apihawk/document-sdk@apihawk/gear-sdk@apihawk/help-center-sdk@appsocially/userpil-core@avantstay/graphql-ts-client@adoratorio/demetra@blendjs/appfoundation@bluesyoung/utils@beyounglabs/alfred163music-apiyfanyiytu-mobileyandex-disk-clientzhinongfywave-nodesuse-custom-fetch-suspensezj-fanyi@forim/user@foundbyte/town-revitalize@frade-sam/postmate-client@flyde/core@huanlin/163music-api@efox/emp-lib-base@gidesan/mswjs-data@ink-lake/composables@lazuee/poe.js@mr-luke/przelewy24@mswjs/data@nailyjs/core@no-996/axios-api@empiricalrun/r2-uploader@erect/cli@e2y/odata-client@eidellev/inertia-adonisjs@mitter-io/node@juicyllama/vue-dev@moohng/dui@ombori/grid-media-processing@rc-lib/t-scanner@r3m0t/vscode-jupyter@r3m0t/vscode-python@rx-lab/core@s524797336/mongoose-bucket-plugin@rambler-tech/crypto@recoding/core@picosix/common@pnnh/atom-react@pokavan/msw-data@phryneas/mswjs-data-prerelease@picosix/parser@opentranslate/sogou@opentranslate/baidu
2.3.4

2 years ago

2.3.3

2 years ago

2.3.5

1 year ago

2.3.2

3 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.33

7 years ago

2.1.32

8 years ago

2.1.31

9 years ago

0.0.30

9 years ago

0.0.29

9 years ago

0.0.28

9 years ago

0.0.27

9 years ago

0.0.26-alpha

9 years ago

0.0.25-alpha

9 years ago

0.0.24-alpha

9 years ago

0.0.23-alpha

9 years ago

0.0.22-alpha

9 years ago

0.0.21-alpha

9 years ago

0.0.20-alpha

9 years ago

0.0.15-alpha

9 years ago

0.0.14-alpha

9 years ago