feat: add path module
This commit is contained in:
parent
93ae51d297
commit
bf2809393a
5 changed files with 744 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
|||
use log::debug;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use wasm_bindgen::JsValue;
|
||||
|
||||
pub async fn is_permission_granted() -> crate::Result<bool> {
|
||||
let raw = inner::isPermissionGranted().await?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue