VAMTIGER Get Path Data
VAMTIGER Get File Text returns text for a defined file path.
Installation
VAMTIGER Get File Text can be installed using npm or yarn:
npm i vamtiger-get-file-text
or
yarn add vamtiger-get-file-text
Usage
Import or require a referece to VAMTIGER Get File Text:
;
or
const getFileText = default;
VAMTIGER Get File Text will return text for defined file path.:
const fileText = ;
Since VAMTIGER Get File Text returns a Promise, it can be more conveniently executed within an async function:
async someAsyncFunction { const fileText = await ;}