-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
export const localeDoc = (id: string) => {
const unsubscriber = scope();
const dictionary = new Map();
const loadLocale = (code: string) => {
collect(unsubscriber!, () => { // todo <- accept void type here
dictionary.set(code, doc(`${id}_${code}`));
});
};Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels