UNPKG

nihilqui

Version:

Typescript .d.ts generator from GIR for gjs and node-gtk

10 lines (8 loc) 264 B
import { TsFunction } from './ts-function' // Identify promisified funcs export interface PromisifyFunc { /** The Gio async function */ asyncFn?: TsFunction /** The Gio finish function to get the result of the `asyncFn` */ finishFn?: TsFunction }