/babel-looks-like

Primary LanguageJavaScriptMIT LicenseMIT

babel-looks-like

Build Status styled with prettier

check babel ast

See https://github.com/kentcdodds/asts-workshop

Install

$ npm install babel-looks-like

Usage

const looksLike = require('babel-looks-like')

const a = {x: 1}
const b = {y: 1}

looksLike(a, b)
//=> true

API

babelLooksLike(a, b)

License

MIT © akameco