mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-06-16 19:34:28 +02:00
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
declare global {
|
||||
const YAML: {
|
||||
parse: (yml: string) => unknown;
|
||||
};
|
||||
interface YaakContext {
|
||||
foo: string;
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user