UNPKG

obsidian-dev-utils

Version:

This is the collection of useful functions that you can use for your Obsidian plugin development

5 lines (4 loc) 228 B
export * as CustomTypeOptionsBase from './CustomTypeOptionsBase.cjs'; export * as DefaultTranslationsBase from './DefaultTranslationsBase.cjs'; export * as i18n from './i18n.cjs'; export * as locales from './locales/index.cjs';