1.0.3 • Published 2 years ago

@akindele1973/readf v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

@akindele1973/readf

read files in a content and send the strings to a variable

Installation

# using npm
npm install @akindele1973/readf

# using yarn
yarn add @akindele1973/readf

Usage

# using require
const readf = require('@akindele1973/readf');

# using import
import readf from '@akindele1973/readf';

Example

Using in a script:

const readf = require("@akindele1973/readf");
const mytext= readf(filename);

console.log(mytext)
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago