15.8.0 • Published 3 years ago

@the-/util-file v15.8.0

Weekly downloads
3,905
License
MIT
Repository
github
Last release
3 years ago

@the-/util-file

npm Version

File utility for the-framework

Installation

$ npm install @the-/util-file --save

Usage

'use strict'

const { readAsJsonSync } = require('@the-/util-file')

async function tryExample() {
  const data = readAsJsonSync('conf/foo.json')
  console.log(data)
}

tryExample().catch((err) => console.error(err))

API Guide

See API Guide for more detail

License

This software is released under the MIT License.

Links

15.8.0

3 years ago

15.7.7

4 years ago

15.7.6

4 years ago

15.7.5

4 years ago

15.7.4

4 years ago

15.7.3

4 years ago

15.7.2

4 years ago

15.7.1

4 years ago

15.7.0

4 years ago

15.6.5

4 years ago

15.6.4

4 years ago

15.6.3

4 years ago

15.5.2

5 years ago

15.5.0

5 years ago

15.4.7

5 years ago

15.4.6

5 years ago

15.4.5

5 years ago

15.4.3

5 years ago

15.4.2

5 years ago

15.2.2

5 years ago

15.2.1

5 years ago

15.2.0

5 years ago

15.1.4

5 years ago

15.1.3

5 years ago

15.1.2

5 years ago

15.1.0

5 years ago

15.0.3

5 years ago