Skip to content

mProjectsCode/obsidian-safe-js-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safe JS API

Types and helper functions for integrating with the Safe JS Obsidian plugin.

bun add -d @lemons_dev/obsidian-safe-js-api
import { getSafeJsApi } from '@lemons_dev/obsidian-safe-js-api';
import type { SafeJsCallerApi } from '@lemons_dev/obsidian-safe-js-api';

const safeJsApi: SafeJsCallerApi | undefined = getSafeJsApi(this.app, this);

This package does not augment Obsidian's global typings. It exports explicit integration types and small runtime helpers only.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors