UNPKG

@electron-forge/core

Version:

A complete tool for building modern Electron applications

6 lines 199 B
declare type Deprecation = { replaceWith: (replacement: string) => void; }; declare const _default: (what: string) => Deprecation; export default _default; //# sourceMappingURL=deprecate.d.ts.map