UNPKG

@fgv/ts-web-extras

Version:

Browser-compatible utilities and FileTree implementations

51 lines (24 loc) 758 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@fgv/ts-web-extras](./ts-web-extras.md) &gt; [FileSystemHandle\_2](./ts-web-extras.filesystemhandle_2.md) &gt; [isSameEntry](./ts-web-extras.filesystemhandle_2.issameentry.md) ## FileSystemHandle\_2.isSameEntry() method **Signature:** ```typescript isSameEntry(other: FileSystemHandle): Promise<boolean>; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> other </td><td> [FileSystemHandle](./ts-web-extras.filesystemhandle_2.md) </td><td> </td></tr> </tbody></table> **Returns:** Promise&lt;boolean&gt;