UNPKG

obsidian-dev-utils

Version:

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

12 lines (11 loc) 243 B
/** * @packageDocumentation * * Contains utility functions for NPM publish. */ /** * Publish to NPM. * * @param isBeta - Whether to publish to the beta NPM registry. */ export declare function publish(isBeta?: boolean): Promise<void>;