@bothrs/util
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -1,4 +0,6 @@ | ||
/** Decode base64 in browser and node.js */ | ||
/** | ||
* Decode base64 in browser and node.js | ||
* */ | ||
export declare const atob: ((data: string) => string) & typeof globalThis.atob; | ||
/** Decode JWT without signature check */ | ||
export declare function unsafeDecode(token: string): any; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.unsafeDecode = exports.atob = void 0; | ||
/** Decode base64 in browser and node.js */ | ||
/** | ||
* Decode base64 in browser and node.js | ||
* */ | ||
exports.atob = typeof window !== 'undefined' | ||
@@ -6,0 +8,0 @@ ? window.atob |
{ | ||
"name": "@bothrs/util", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Common helper functions", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
"preversion": "npm run fix", | ||
"docs": "documentation build src/** -f md --shallow" | ||
"docs": "typedoc --out docs src" | ||
}, | ||
@@ -28,2 +28,3 @@ "dependencies": {}, | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"typedoc": "^0.21.4", | ||
"typescript": "4" | ||
@@ -30,0 +31,0 @@ }, |
## Introduction | ||
Here you can find a list of all the main utils being exported by this package. | ||
More in depth, generated, documentation can be found [here](docs.md) | ||
More in depth, generated, documentation can be found on the gh pages. | ||
The following utils can be imported from `@bothrs/util/<utilname>` | ||
@@ -6,0 +6,0 @@ |
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
65522
1881
10