mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 04:19:02 +00:00
4 lines
146 B
TypeScript
4 lines
146 B
TypeScript
|
// Workaround for incomplete exports support in TypeScript
|
||
|
// https://github.com/microsoft/TypeScript/issues/33079
|
||
|
export * from './dist/util.js'
|