0.0.1 • Published 5 years ago

diff-object v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

diff-object

const diff = require('diff-object')

API

showDifferentFields(x, y, name)

x, y

Required
Type: object

object you want to compare.

name

Type: string
Default: obj

whatever you want to name the object

getText(x, y) and getHTML(x, y)

x, y

Required
Type: object

object you want to compare.

saveHTML(x, y, options)

x, y

Required
Type: object

object you want to compare.

options

  • folder: where you want to save the html
  • filename: what you want to name the html