This commit is contained in:
2025-07-09 13:26:51 +01:00
commit d564cf2cd1
24 changed files with 19728 additions and 0 deletions

5
src/slice-js.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
declare module 'slice-js' {
declare async function slice(fileName: string, name: string, tester: (...args:any[])=>any);
}
export = slice;