mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02: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
|
|
}
|