UNPKG

obsidian-dev-utils

Version:

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

18 lines (17 loc) 452 B
/** * @packageDocumentation * * Helpers for working with the `obsidian-dev-utils` library. */ /** * The version of the `obsidian-dev-utils` library. */ export declare const LIBRARY_VERSION = "$(LIBRARY_VERSION)"; /** * The name of the `obsidian-dev-utils` library. */ export declare const LIBRARY_NAME = "obsidian-dev-utils"; /** * The styles of the `obsidian-dev-utils` library. */ export declare const LIBRARY_STYLES = "$(LIBRARY_STYLES)";