obsidian-dev-utils
Version:
This is the collection of useful functions that you can use for your Obsidian plugin development
18 lines (17 loc) • 446 B
text/typescript
/**
* @packageDocumentation
*
* Helpers for working with the `obsidian-dev-utils` library.
*/
/**
* A version of the `obsidian-dev-utils` library.
*/
export declare const LIBRARY_VERSION = "$(LIBRARY_VERSION)";
/**
* A name of the `obsidian-dev-utils` library.
*/
export declare const LIBRARY_NAME = "obsidian-dev-utils";
/**
* A styles of the `obsidian-dev-utils` library.
*/
export declare const LIBRARY_STYLES = "$(LIBRARY_STYLES)";