File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { gunzipSync } from 'node:zlib' ;
2
2
import type { JSONValue } from '@aws-lambda-powertools/commons/types' ;
3
3
import { fromBase64 } from '@aws-lambda-powertools/commons/utils/base64' ;
4
- import type { extractDataFromEnvelope } from './envelopes.js' ;
5
4
import { Functions } from './Functions.js' ;
6
5
import type { search } from './search.js' ;
7
6
@@ -14,8 +13,6 @@ const decoder = new TextDecoder('utf-8');
14
13
*
15
14
* You can use these functions to decode and/or deserialize JSON objects when using the {@link search | `search`} function.
16
15
*
17
- * When using the {@link extractDataFromEnvelope | extractDataFromEnvelope} uses these functions internally.
18
- *
19
16
* @example
20
17
* ```typescript
21
18
* import { search } from '@aws-lambda-powertools/jmespath';
You can’t perform that action at this time.
0 commit comments