fix(util): fix build issue

This may be caused by ncc not correctly using edModuleInterlop
This commit is contained in:
Federico Grandi
2020-12-06 17:43:05 +01:00
parent 0f070625cd
commit 0f3c8c6996
2 changed files with 23 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
import core from '@actions/core'
import * as core from '@actions/core'
export type Input =
| 'add'