refactor: don't expose isPromise as an internal module (#19139)

This commit is contained in:
Milan Burda 2019-07-08 08:17:50 +02:00 committed by Cheng Zhao
parent 949f8685d2
commit 69369cf365
6 changed files with 9 additions and 19 deletions

View file

@ -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
}
]