system/README.md

12 lines
409 B
Markdown
Raw Permalink Normal View History

2021-09-05 20:16:35 +00:00
# typescript/system
[![Build Status](https://thunderk.visualstudio.com/typescript/_apis/build/status/system?branchName=master)](https://dev.azure.com/thunderk/typescript/_build?pipelineNameFilter=system)
## About
Access to system ressources (files, network...).
The Sys object exposed is compatible with the
[Deno](https://doc.deno.land/builtin/stable) object, but its functions can be
replaced by mocks.