mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
* chore(cli): throw error if wasi file not found when NAPI_RS_FORCE_WASI=error * update snapshot
9 lines
192 B
TypeScript
9 lines
192 B
TypeScript
/* auto-generated by NAPI-RS */
|
|
/* eslint-disable */
|
|
|
|
import type { ReadableStream } from 'node:stream/web'
|
|
|
|
type MaybePromise<T> = T | Promise<T>
|
|
|
|
export declare const NAPI_RS_SYMBOL: symbol
|