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