@erebos/hex
Advanced tools
+1
-6
@@ -9,3 +9,2 @@ "use strict"; | ||
| exports.toHexValue = toHexValue; | ||
| exports.createHex = createHex; | ||
| exports.Hex = void 0; | ||
@@ -155,6 +154,2 @@ | ||
| exports.Hex = Hex; | ||
| function createHex(input) { | ||
| return Hex.from(input); | ||
| } | ||
| exports.Hex = Hex; |
+1
-4
@@ -138,5 +138,2 @@ import _createClass from "@babel/runtime/helpers/esm/createClass"; | ||
| return Hex; | ||
| }(); | ||
| export function createHex(input) { | ||
| return Hex.from(input); | ||
| } | ||
| }(); |
+2
-2
| { | ||
| "name": "@erebos/hex", | ||
| "version": "0.12.0", | ||
| "version": "0.13.0", | ||
| "description": "Hex conversion utilities", | ||
@@ -27,4 +27,4 @@ "repository": "git@github.com:MainframeHQ/erebos.git", | ||
| "dependencies": { | ||
| "@babel/runtime": "^7.7.6" | ||
| "@babel/runtime": "^7.8.3" | ||
| } | ||
| } |
+0
-1
@@ -38,3 +38,2 @@ /// <reference types="node" /> | ||
| } | ||
| export declare function createHex(input: hexInput | Hex): Hex; | ||
| export {}; |
9136
-2.29%272
-2.86%Updated