Add platform info utilities to @actions/core (#1551)

* Introduce platform utilities into @actions/core

* Add tests for the platform helper

* Update README.md

* Update README.md with more details
This commit is contained in:
Nikolai Laevskii
2023-11-14 20:15:26 +01:00
committed by GitHub
parent fe3e7ce9a7
commit 20f826bfe7
6 changed files with 174 additions and 0 deletions

View File

@@ -386,3 +386,8 @@ export {markdownSummary} from './summary'
* Path exports
*/
export {toPosixPath, toWin32Path, toPlatformPath} from './path-utils'
/**
* Platform utilities exports
*/
export * as platform from './platform'