@types/uuencode
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

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

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

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: @types/node

Credits

These definitions were written by .

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/uuencode

    Weekly Downloads

    10,758

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    2.7 kB

    Total Files

    5

    Last publish

    Collaborators

    • types