MCPcopy
hub / github.com/electron/forge / isElectronForgeMaker

Function isElectronForgeMaker

packages/api/core/src/api/make.ts:61–66  ·  view source on GitHub ↗
(
  target: MakerBase<any> | unknown,
)

Source from the content-addressed store, hash-verified

59
60// eslint-disable-next-line @typescript-eslint/no-explicit-any
61function isElectronForgeMaker(
62 target: MakerBase<any> | unknown,
63): target is MakerBase<any> {
64 // eslint-disable-next-line @typescript-eslint/no-explicit-any
65 return (target as MakerBase<any>).__isElectronForgeMaker;
66}
67
68type MakeContext = {
69 dir: string;

Callers 1

listrMakeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected