mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-26 09:29:36 +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