Skip to content

Commit 50200ac

Browse files
authored
chore: remove confusing line
1 parent c8ff066 commit 50200ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/jmespath/src/PowertoolsFunctions.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { gunzipSync } from 'node:zlib';
22
import type { JSONValue } from '@aws-lambda-powertools/commons/types';
33
import { fromBase64 } from '@aws-lambda-powertools/commons/utils/base64';
4-
import type { extractDataFromEnvelope } from './envelopes.js';
54
import { Functions } from './Functions.js';
65
import type { search } from './search.js';
76

@@ -14,8 +13,6 @@ const decoder = new TextDecoder('utf-8');
1413
*
1514
* You can use these functions to decode and/or deserialize JSON objects when using the {@link search | `search`} function.
1615
*
17-
* When using the {@link extractDataFromEnvelope | extractDataFromEnvelope} uses these functions internally.
18-
*
1916
* @example
2017
* ```typescript
2118
* import { search } from '@aws-lambda-powertools/jmespath';

0 commit comments

Comments
 (0)