tauri/tooling/api/src/index.ts
2021-05-17 22:33:09 -03:00

17 lines
506 B
TypeScript

// Copyright 2019-2021 Tauri Programme within The Commons Conservancy
// SPDX-License-Identifier: Apache-2.0
// SPDX-License-Identifier: MIT
/**
* The Tauri API allows you to interface with the backend layer.
*
* This module exposes all other modules as an object where the key is the module name, and the value is the module exports.
* @example
* ```typescript
* import { app, dialog, event, fs, globalShortcut } from '@tauri-apps/api'
* ```
* @packageDocumentation
*/
export * from './bundle'