Show HN: Nothing.js – A chainable mock object which always returns itself
github.com89 pointsby slmgc40 comments
import {h, Component} from 'preact'
import {ReactHintFactory} from 'react-hint'
import 'react-hint/css/index.css'
const ReactHint = ReactHintFactory({createElement: h,
Component})