mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
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:
parent
f44329fc56
commit
56282c1d9f
2 changed files with 9 additions and 3 deletions
2
cli/tsc/dts/lib.deno.ns.d.ts
vendored
2
cli/tsc/dts/lib.deno.ns.d.ts
vendored
|
@ -5543,7 +5543,7 @@ declare namespace Deno {
|
|||
/**
|
||||
* @category FFI
|
||||
*/
|
||||
export const brand: unique symbol;
|
||||
const brand: unique symbol;
|
||||
|
||||
/**
|
||||
* @category FFI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue