0.13.2 • Published 6 months ago

@types/xmpp__base64 v0.13.2

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

Installation

npm install --save @types/xmpp__base64

Summary

This package contains type definitions for @xmpp/base64 (https://github.com/xmppjs/xmpp.js/tree/main/packages/base64).

Details

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

index.d.ts

// Type definitions for @xmpp/base64 0.13
// Project: https://github.com/xmppjs/xmpp.js/tree/main/packages/base64
// Definitions by: BendingBender <https://github.com/BendingBender>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export function encode(input: string): string;
export function decode(input: string): string;

Additional Details

  • Last updated: Tue, 30 Nov 2021 17:31:45 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by BendingBender.