@types/quoted-printable
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,6 +0,1 @@ | ||
// Type definitions for quoted-printable 1.0 | ||
// Project: https://github.com/mathiasbynens/quoted-printable | ||
// Definitions by: Jeffery Grajkowski <https://github.com/pushplay> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export as namespace quotedPrintable; | ||
@@ -7,0 +2,0 @@ /** |
{ | ||
"name": "@types/quoted-printable", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for quoted-printable", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/quoted-printable", | ||
"license": "MIT", | ||
@@ -9,4 +10,4 @@ "contributors": [ | ||
"name": "Jeffery Grajkowski", | ||
"url": "https://github.com/pushplay", | ||
"githubUsername": "pushplay" | ||
"githubUsername": "pushplay", | ||
"url": "https://github.com/pushplay" | ||
} | ||
@@ -23,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "59fa0f9c70a74053a17c96c301d4609acc82bcb51a53943508a05b67bda58b4a", | ||
"typeScriptVersion": "3.5" | ||
"typesPublisherContentHash": "c0e4f6e4f7bbdb6610671a218f01e518827ef3a37d6323122888aa2033bc7a87", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -9,9 +9,33 @@ # Installation | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/quoted-printable. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/quoted-printable/index.d.ts) | ||
````ts | ||
export as namespace quotedPrintable; | ||
/** | ||
* A string representing the semantic version number. | ||
*/ | ||
export const version: string; | ||
/** | ||
* This function takes an encoded byte string (the input | ||
* parameter) and Quoted-Printable-encodes it. Each item | ||
* in the input string represents an octet as per the | ||
* desired character encoding. | ||
*/ | ||
export function encode(input: string): string; | ||
/** | ||
* This function takes a string of text (the text parameter) | ||
* and Quoted-Printable-decodes it. The return value is a | ||
* ‘byte string’, i.e. a string of which each item represents | ||
* an octet as per the character encoding that’s being used. | ||
*/ | ||
export function decode(input: string): string; | ||
```` | ||
### Additional Details | ||
* Last updated: Thu, 20 May 2021 21:01:46 GMT | ||
* Last updated: Wed, 18 Oct 2023 11:45:05 GMT | ||
* Dependencies: none | ||
* Global values: `quotedPrintable` | ||
# Credits | ||
These definitions were written by [Jeffery Grajkowski](https://github.com/pushplay). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3989
0
41
19