@girs/gcr-4 4.0.0-3.1.0 → 4.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -8
- package/gcr-4-ambient.d.ts +4 -1
- package/gcr-4-ambient.js +2 -0
- package/gcr-4-import.d.ts +1 -2
- package/gcr-4-import.js +3 -0
- package/gcr-4.d.ts +7254 -3668
- package/gcr-4.js +3 -8
- package/index.d.ts +16 -0
- package/index.js +5 -0
- package/package.json +52 -56
- package/tsconfig.json +44 -0
- package/typedoc.json +9 -0
- package/gcr-4.cjs +0 -11
- package/gcr-4.d.cts +0 -4330
- package/tsconfig.doc.json +0 -21
package/README.md
CHANGED
|
@@ -5,9 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Gcr-4, generated from library version 4.
|
|
9
|
-
|
|
10
|
-
A library for bits of crypto UI and parsing
|
|
8
|
+
GJS TypeScript type definitions for Gcr-4, generated from library version 4.4.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.4.
|
|
11
9
|
|
|
12
10
|
## Install
|
|
13
11
|
|
|
@@ -23,11 +21,6 @@ You can import this package into your project like this:
|
|
|
23
21
|
import Gcr from '@girs/gcr-4';
|
|
24
22
|
```
|
|
25
23
|
|
|
26
|
-
Or if you prefer CommonJS, you can also use this:
|
|
27
|
-
```ts
|
|
28
|
-
const Gcr = require('@girs/gcr-4');
|
|
29
|
-
```
|
|
30
|
-
|
|
31
24
|
### Ambient Modules
|
|
32
25
|
|
|
33
26
|
You can also use [ambient modules](https://github.com/gjsify/ts-for-gir/tree/main/packages/cli#ambient-modules) to import this module like you would do this in JavaScript.
|
package/gcr-4-ambient.d.ts
CHANGED
package/gcr-4-ambient.js
ADDED
package/gcr-4-import.d.ts
CHANGED
package/gcr-4-import.js
ADDED