refactor: don't expose isPromise as an internal module (#19139)
This commit is contained in:
parent
949f8685d2
commit
69369cf365
6 changed files with 9 additions and 19 deletions
|
@ -34,10 +34,5 @@ module.exports = [
|
|||
name: 'deprecate',
|
||||
load: () => require('@electron/internal/common/api/deprecate'),
|
||||
private: true
|
||||
},
|
||||
{
|
||||
name: 'isPromise',
|
||||
load: () => require('@electron/internal/common/api/is-promise'),
|
||||
private: true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue