Merge pull request #26 from tlsnotary/fix-plugins

Plugin fix for Demos
This commit is contained in:
Tanner
2025-08-09 14:53:09 -04:00
committed by GitHub

1
src/index.d.ts vendored
View File

@@ -5,7 +5,6 @@ declare module 'main' {
export function parseTwitterResp(): I32;
export function three(): I32;
export function config(): I32;
export function collectUserNote(): I32;
}
declare module 'extism:host' {