mirror of
https://github.com/deployphp/action.git
synced 2025-01-31 01:50:55 +00:00
3 lines
146 B
TypeScript
3 lines
146 B
TypeScript
// Workaround for incomplete exports support in TypeScript
|
|
// https://github.com/microsoft/TypeScript/issues/33079
|
|
export * from './dist/util.js'
|