switch to importable-types-web
Release / release (push) Successful in 23s

This commit is contained in:
2026-02-09 07:09:30 -08:00
parent 1cc6906cc9
commit 579c4bf131
7 changed files with 33 additions and 19 deletions
+4
View File
@@ -1,4 +1,8 @@
import * as path from 'node:path'
import type {
FileSystemHandle,
FileSystemHandleKind
} from '@sugoidogo/importable-types-web'
export default class NodeFileSystemHandle implements FileSystemHandle {
kind: FileSystemHandleKind;