hcode-core
Advanced tools
Comparing version 0.0.51 to 0.0.52
@@ -15,2 +15,3 @@ "use strict"; | ||
const randomString_1 = require("./randomString"); | ||
const humanFileSize_1 = require("./humanFileSize"); | ||
module.exports.errorToHuman = errorToHuman_1.errorToHuman; | ||
@@ -29,2 +30,3 @@ module.exports.decodeAuthFromAccessToken = decodeAuthFromAccessToken_1.decodeAuthFromAccessToken; | ||
module.exports.randomString = randomString_1.randomString; | ||
module.exports.humanFileSize = humanFileSize_1.humanFileSize; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "hcode-core", | ||
"version": "0.0.51", | ||
"version": "0.0.52", | ||
"description": "Hcode Core", | ||
@@ -5,0 +5,0 @@ "types": "typings.d.ts", |
@@ -13,2 +13,3 @@ import { base64Decode, base64Encode } from './base64'; | ||
import { randomString } from './randomString'; | ||
import { humanFileSize } from './humanFileSize'; | ||
@@ -28,1 +29,2 @@ module.exports.errorToHuman = errorToHuman; | ||
module.exports.randomString = randomString; | ||
module.exports.humanFileSize = humanFileSize; |
@@ -304,2 +304,4 @@ //Arquivo gerado automaticamente. NÃO EDITAR pois será perdido. | ||
export function humanFileSize(bytes: number, si?: boolean, dp?: number): string; | ||
export function queryStringToJSON(queryString: string): AnyObject; | ||
@@ -306,0 +308,0 @@ |
Sorry, the diff of this file is not supported yet
58016
167
1510