UNPKG

obsidian-dev-utils

Version:

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

6 lines (4 loc) 145 B
import { spellcheck } from 'obsidian-dev-utils/ScriptUtils/spellcheck'; export async function invoke(): Promise<void> { await spellcheck(); }