hcode-core
Advanced tools
Comparing version
{ | ||
"name": "hcode-core", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Hcode Core", | ||
@@ -5,0 +5,0 @@ "types": "typings.d.ts", |
@@ -96,3 +96,3 @@ const chalk = require('chalk'); | ||
fs.readFileSync(`${basePath}/functions/${fnName}/index.d.ts`, 'utf8') | ||
).replace('export declare function', 'export function'); | ||
).replace(/export declare function/g, 'export function'); | ||
}); | ||
@@ -99,0 +99,0 @@ }; |
@@ -96,3 +96,3 @@ //Arquivo gerado automaticamente. NÃO EDITAR pois será perdido. | ||
export function base64Encode(value: string): string; | ||
export declare function base64Decode(value: string): string; | ||
export function base64Decode(value: string): string; | ||
@@ -99,0 +99,0 @@ export function displayName(name: string): string; |
25037
-0.03%