Comparing version 0.0.5 to 0.0.6
@@ -16,3 +16,3 @@ export { blake2b } from "./blake2b.js"; | ||
export { tryStringify } from "./stringify.js"; | ||
export { errTuple } from "./types.js"; | ||
export { dataFn, error, errFn, errTuple } from "./types.js"; | ||
export { verifyDownload } from "./verifydownload.js"; |
@@ -1,2 +0,5 @@ | ||
declare type errTuple = [data: any, err: string | null]; | ||
export { errTuple }; | ||
declare type dataFn = (data?: any) => void; | ||
declare type error = string | null; | ||
declare type errFn = (errMsg: string) => void; | ||
declare type errTuple = [data: any, err: error]; | ||
export { dataFn, errFn, error, errTuple }; |
{ | ||
"name": "libskynet", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "helper library to interact with skynet's low level primitives", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
115302
3818