Comparing version 1.0.0-beta.5 to 1.0.0-beta.722117ce
"use strict"; | ||
exports.__esModule = true; | ||
require("../../typed-array"); | ||
exports.padTrytes = function (length) { return function (trytes) { | ||
@@ -4,0 +5,0 @@ return trytes.length < length ? trytes.concat('9'.repeat(length - trytes.length)) : trytes; |
{ | ||
"name": "@iota/pad", | ||
"version": "1.0.0-beta.5", | ||
"version": "1.0.0-beta.722117ce", | ||
"description": "Padding utility", | ||
@@ -5,0 +5,0 @@ "main": "./out/pad/src/index.js", |
@@ -0,1 +1,2 @@ | ||
import '../../typed-array' | ||
import { Tag, Trytes } from '../../types' | ||
@@ -2,0 +3,0 @@ |
@@ -0,1 +1,2 @@ | ||
import '../../typed-array'; | ||
export declare const padTrytes: (length: number) => (trytes: string) => string; | ||
@@ -2,0 +3,0 @@ export declare const padTrits: (length: number) => (trits: Int8Array) => Int8Array; |
Sorry, the diff of this file is not supported yet
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
36402
30
465