Skip to content

elixiao/diff-object

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published