Comparing version 1.1.0 to 1.1.1
import { BufferSource } from "./buffer_source_converter"; | ||
export declare type BufferEncoding = "utf8" | "binary" | "base64" | "base64url" | "hex" | string; | ||
declare global { | ||
var btoa: undefined | ((data: string) => string); | ||
var atob: undefined | ((data: string) => string); | ||
} | ||
export declare class Convert { | ||
@@ -8,0 +4,0 @@ static isHex(data: any): data is string; |
{ | ||
"name": "pvtsutils", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.", | ||
@@ -5,0 +5,0 @@ "main": "build/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
25119
545