fix(ext/ffi): unexport brand from dts (#28503)

This is technically **BREAKING** as it removes a public API, but the
brand is type-only and the chance of anyone actually relying on this
seems very unlikely.

---------

Co-authored-by: David Sherret <dsherret@gmail.com>
This commit is contained in:
Aapo Alasuutari 2025-04-28 21:54:21 +03:00 committed by GitHub
parent f44329fc56
commit 56282c1d9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View file

@ -5543,7 +5543,7 @@ declare namespace Deno {
/**
* @category FFI
*/
export const brand: unique symbol;
const brand: unique symbol;
/**
* @category FFI