babel-looks-like
v0.1.0
Published
check babel ast
Downloads
1,764
Readme
babel-looks-like
check babel ast
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