bookbrainz/bookbrainz-site

View on GitHub
src/client/unified-form/common/freezed-objects.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Singleton Pattern: this will ensure that expensive calculations is done only once
export const freezeObjects = {
    filterOptions: null
};