liubinfighter_csv-lite/test/mocks/obsidian.ts

8 lines
135 B
TypeScript

export class Notice {
constructor(public message: string) {}
}
// 导出默认对象以确保兼容性
export default {
Notice
};