Skip to content

Commit db4ecdf

Browse files
chore(deps): update dependency inquirer to v10 (#5575)
* chore(deps): update dependency inquirer to v10 * Fix test and update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
1 parent 689587d commit db4ecdf

4 files changed

Lines changed: 238 additions & 213 deletions

File tree

native.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
/* auto-generated by NAPI-RS */
55

6-
export function parse(code: string, allowReturnOutsideFunction: boolean): Buffer
7-
export function parseAsync(code: string, allowReturnOutsideFunction: boolean, signal?: AbortSignal | undefined | null): Promise<Buffer>
8-
export function xxhashBase64Url(input: Uint8Array): string
9-
export function xxhashBase36(input: Uint8Array): string
10-
export function xxhashBase16(input: Uint8Array): string
6+
export declare function parse(code: string, allowReturnOutsideFunction: boolean): Buffer
7+
export declare function parseAsync(code: string, allowReturnOutsideFunction: boolean, signal?: AbortSignal | undefined | null): Promise<Buffer>
8+
export declare function xxhashBase64Url(input: Uint8Array): string
9+
export declare function xxhashBase36(input: Uint8Array): string
10+
export declare function xxhashBase16(input: Uint8Array): string

0 commit comments

Comments
 (0)