0.1.3 • Published 6 months ago

@types/pkcs7-padding v0.1.3

Weekly downloads
280
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/pkcs7-padding

Summary

This package contains type definitions for pkcs7-padding (https://github.com/neeh/pkcs7-padding#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pkcs7-padding.

index.d.ts

// Type definitions for pkcs7-padding 0.1
// Project: https://github.com/neeh/pkcs7-padding#readme
// Definitions by: Svet Nikolov <https://github.com/svetkomir>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <reference types="node" />

export function pad(data: Buffer, size?: number): Buffer;
export function pad(data: string, size?: number): string;
export function unpad(data: Buffer): Buffer;
export function unpad(data: string): string;

Additional Details

  • Last updated: Wed, 20 Oct 2021 16:31:24 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Svet Nikolov.

0.1.2

7 months ago

0.1.3

6 months ago

0.1.1

3 years ago

0.1.0

5 years ago