0.0.3 • Published 6 months ago

@types/uuencode v0.0.3

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

Installation

npm install --save @types/uuencode

Summary

This package contains type definitions for uuencode (https://github.com/zacbarton/node-uuencode#readme).

Details

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

index.d.ts

// Type definitions for uuencode 0.0
// Project: https://github.com/zacbarton/node-uuencode#readme
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

export function decode(str: string | Buffer): string;
export function encode(str: string | Buffer): string;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:35:58 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

0.0.3

6 months ago

0.0.2

7 months ago

0.0.1

2 years ago

0.0.0

4 years ago