@hyperdart/frontend
v2.0.5
Published
hyperDart frontend for dart development
Readme
@hyperdart/frontend
Used for creating the HOC for darts before publishing to hyperDart
Installation
npm install --save @hyperdart/frontendUsage
import { withHD } from '@hyperdart/frontend';
const newDart = (props) => {
...
...
}
export default withHD (newDart)