Deno.StaticForeignSymbolReturnType
UNSTABLE: New API, yet to be vetted.
type StaticForeignSymbolReturnType<T extends ForeignFunction> = ConditionalAsync<T["nonblocking"], FromNativeResultType<T["result"]>>;
§Type Parameters
§
T extends ForeignFunction
[src]§Type
§
ConditionalAsync<T["nonblocking"], FromNativeResultType<T["result"]>>
[src]