We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0750b8f commit 252d692Copy full SHA for 252d692
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/checkout@v2
31
- uses: actions/setup-node@v3
32
with:
33
- node-version: 16
+ node-version: 18
34
35
# Runs a single command using the runners shell
36
- name: Install dependencies
src/main/map.ts
@@ -23,7 +23,7 @@ export class JsStoreMap {
23
}
24
25
/**
26
- * Returns a boolean indicating whether a value has been associated with the passed key in the Map object or not.
+ * Returns a boolean indicating whether a value has been associated with the passed key in the MapStore or not.
27
*
28
* @param {string} key
29
* @return {*}
0 commit comments