cvmts: replace guacamole decoder with a node native module written in rust
This commit is contained in:
3
guac-rs/index.d.ts
vendored
Normal file
3
guac-rs/index.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
export function guacDecode(input: string): string[];
|
||||
export function guacEncode(...items: string[]): string;
|
||||
Reference in New Issue
Block a user