mirror of
https://github.com/MioMioOS/MioIsland
synced 2026-04-27 08:17:45 +00:00
Replace with native .bundle plugin architecture in next commits. Old declarative system (themes/buddy/sound JSON) removed entirely. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
import { ResolveHook } from 'node:module';
|
|
|
|
declare let resolve: ResolveHook;
|
|
|
|
export { resolve };
|