UNPKG

@bizhermit/nextron

Version:

nextjs + electron application

5 lines (4 loc) 180 B
import { ExecuteProps, Logger } from "./types"; export declare const logger: Logger; declare const execute: (props?: ExecuteProps | undefined) => void; export default execute;