Installation and Setup
Installation / Importing
npm install --save rentfunImporting
ES6 or Typescript
import { RentFun } from "rentfun";NodeJS require
import { RentFun } from "rentfun";Setup
Custom Provider URL
import { RentFun } from "rentfun";
const rentfun = new RentFun();Last updated