标签: typescript
将字段放入导出与将其设为静态类变量有哪些利弊?
我最终将其混淆,如下所示(这肯定是最糟糕的方法)。
export const stringItemsCollection = 'stringItems'; export const loadingString = '...'; export default class DatabaseStringItem { static readonly encryptionKey: string; }