init
Some checks failed
Build and Release / build (push) Has been cancelled

This commit is contained in:
2026-02-21 01:48:48 +01:00
commit 64fe49e58e
47 changed files with 13695 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
declare module 'simple-vdf' {
export function parse(content: string): any;
export function stringify(data: any): string;
}