node/typings/internalBinding/async_context_frame.d.ts
Michaël Zasso 76bc4d659b
typings: improve internal binding types
- Add typings for `async_context_frame`, `icu`, and `sea` bindings
- Add a few missing exports on other bindings
- Add a few missing primordials

PR-URL: https://github.com/nodejs/node/pull/59176
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2025-08-12 09:19:59 -03:00

4 lines
159 B
TypeScript

export interface AsyncContextFrameBinding {
getContinuationPreservedEmbedderData(): unknown,
setContinuationPreservedEmbedderData(frame: unknown): void,
}