1.0.2 • Published 6 months ago

@types/morsee v1.0.2

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

Installation

npm install --save @types/morsee

Summary

This package contains type definitions for morsee (https://github.com/gabrielfurini/morsee).

Details

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

index.d.ts

// Type definitions for morsee 1.0
// Project: https://github.com/gabrielfurini/morsee
// Definitions by: Bas950 <https://github.com/Bas950>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * Encodes given string to morse code.
 *
 * @param str The input string to encode.
 * @returns A string of the encoded input.
 */
export function encode(str: string): string;

/**
 * Decodes given morse code string to plain text.
 *
 * @param str The input string to decode.
 * @returns A string of the decoded input.
 */
export function decode(str: string): string;

Additional Details

  • Last updated: Fri, 25 Mar 2022 21:31:48 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Bas950.

1.0.2

6 months ago

1.0.1

7 months ago

1.0.0

2 years ago