mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 10:51:26 +01:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
export * from './bindings/parser';
|
|
export type COOL = {
|
|
bar: string;
|
|
};
|