https://github.com/justaos/utils
Common utility functions used across projects
https://github.com/justaos/utils
deno typescript
Last synced: 11 months ago
JSON representation
Common utility functions used across projects
- Host: GitHub
- URL: https://github.com/justaos/utils
- Owner: justaos
- License: apache-2.0
- Created: 2019-09-07T08:34:01.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T11:24:29.000Z (about 2 years ago)
- Last Synced: 2025-07-01T11:52:10.579Z (12 months ago)
- Topics: deno, typescript
- Language: TypeScript
- Homepage: https://justaos.com
- Size: 1.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# JUSTAOS's Utils
Common utility functions used across projects.
[](https://jsr.io/@utility/string)
[](https://jsr.io/@utility/string/score)
[](https://github.com/utilityjs/string/actions/workflows/test.yml)
[](https://codecov.io/gh/justaos/utils)
[](/LICENSE)
## File Utils
```js
import {FileUtils} from "https://deno.land/x/justaos_utils@v1.5.1/mod.ts";
const obj = FileUtils.readJsonFileSync("./sample.json");
console.log(JSON.stringify(obj, null, 4)); // prints content of sample.json
```
## Code of Conduct
[Contributor Covenant](/CODE_OF_CONDUCT.md)