We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b952e commit 156dfd5Copy full SHA for 156dfd5
Source/Function/Access.ts
@@ -5,9 +5,7 @@ import type Data from "../Interface/Data.js";
5
* @module Access
6
*
7
*/
8
-export default (async (
9
- ...[Key, Identifier, { get }, View]
10
-) => {
+export default (async (...[Key, Identifier, { get }, View]) => {
11
try {
12
const { Vector, Data } = (await get(Identifier, {
13
type: "json",
0 commit comments