First Commit

This commit is contained in:
2025-12-01 20:07:25 +09:00
commit 5ee207c79f
9 changed files with 340 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
declare const getFilename: (moduleUrl: string) => string;
declare const getDirname: (moduleUrl: string) => string;
export { getFilename, getDirname, };