UNPKG
@amindunited/read-file
Version:
latest (0.0.0)
0.0.0
A Promise wrapper around fs.readFile
github.com/amindunited/read-file
amindunited/read-file
@amindunited/read-file
/
index.js
13 lines
(10 loc)
•
255 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** *
@license
* Copyright Robin Buckley. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file */
'use strict'
;;
const
readFile =
require
(
'./src'
);
module
.
exports
= readFile;