UNPKG

menubar

Version:

high level way to create menubar desktop applications with electron

12 lines (11 loc) 257 B
/** * @ignore */ import { Options } from '../types'; /** * Take as input some options, and return a sanitized version of it. * * @param opts - The options to clean. * @ignore */ export declare function cleanOptions(opts?: Partial<Options>): Options;