@types/vkbeautify
Advanced tools
Comparing version 0.99.2 to 0.99.3
@@ -1,6 +0,1 @@ | ||
// Type definitions for vkbeautify 0.99 | ||
// Project: https://github.com/aabluedragon/vkbeautify | ||
// Definitions by: Tim Schraepen <https://github.com/sch3lp> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// Original project: https://github.com/vkiryukhin/vkBeautify | ||
@@ -7,0 +2,0 @@ |
{ | ||
"name": "@types/vkbeautify", | ||
"version": "0.99.2", | ||
"version": "0.99.3", | ||
"description": "TypeScript definitions for vkbeautify", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vkbeautify", | ||
"license": "MIT", | ||
@@ -9,2 +10,3 @@ "contributors": [ | ||
"name": "Tim Schraepen", | ||
"githubUsername": "sch3lp", | ||
"url": "https://github.com/sch3lp" | ||
@@ -14,10 +16,12 @@ } | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/vkbeautify" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "a1a2733e9e5a843e3f490f77faf35af54e71a5e3c26c63634fb6767c2e1b6ff2", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "3244db17c2966b6536c1406463f334a201ba5fae63a839fdcaf5637ec253e987", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -8,10 +8,53 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vkbeautify | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vkbeautify. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vkbeautify/index.d.ts) | ||
````ts | ||
// Original project: https://github.com/vkiryukhin/vkBeautify | ||
Additional Details | ||
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT | ||
// beautifying | ||
/** | ||
* Pretty print an xml string with the given number of whitespace, or with a given indentation pattern | ||
*/ | ||
export function xml(text: string, amountOfWhitespaces?: number | string): string; | ||
/** | ||
* Pretty print a json string with the given number of whitespace, or with a given indentation pattern | ||
*/ | ||
export function json(text: string, amountOfWhitespaces?: number | string): string; | ||
/** | ||
* Pretty print a css string with the given number of whitespace, or with a given indentation pattern | ||
*/ | ||
export function css(text: string, amountOfWhitespaces?: number | string): string; | ||
/** | ||
* Pretty print an sql string with the given number of whitespace, or with a given indentation pattern | ||
*/ | ||
export function sql(text: string, amountOfWhitespaces?: number | string): string; | ||
// minifying | ||
/** | ||
* Minifiy an xml string, and preserve or remove comments (default) | ||
*/ | ||
export function xmlmin(text: string, preserveComments?: boolean): string; | ||
/** | ||
* Minifiy a json string | ||
*/ | ||
export function jsonmin(text: string): string; | ||
/** | ||
* Minifiy a css string, and preserve or remove comments (default) | ||
*/ | ||
export function cssmin(text: string, preserveComments?: boolean): string; | ||
/** | ||
* Minifiy an sql string | ||
*/ | ||
export function sqlmin(text: string): string; | ||
```` | ||
### Additional Details | ||
* Last updated: Wed, 18 Oct 2023 11:45:07 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Tim Schraepen <https://github.com/sch3lp>. | ||
These definitions were written by [Tim Schraepen](https://github.com/sch3lp). |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5193
1
60
35