Files
Amr Bashir 5813af8d64 refactor: flatten repo structure (#563)
* refactor: flatten repo structure

this makes it easier for new contributors to find where templates live

* fmt

* update syntax

* saturating sub

* revert lte syntax change

* fix manifest

* react and solid
2023-12-28 17:50:39 +02:00

15 lines
352 B
TypeScript

// Copyright 2019-2022 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/* tslint:disable */
/* eslint-disable */
/* auto-generated by NAPI-RS */
export function run(
args: Array<string>,
binName?: string | undefined | null,
pkgManager?: string | undefined | null,
): void;