akameco / babel-looks-like

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 100.0%