mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-24 03:04:36 +03:00
13 lines
140 B
JavaScript
13 lines
140 B
JavaScript
import tauri from './tauri'
|
|
|
|
/**
|
|
* gets the CLI matches
|
|
*/
|
|
function getMatches() {
|
|
return tauri.cliMatches()
|
|
}
|
|
|
|
export {
|
|
getMatches
|
|
}
|