UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

14 lines (10 loc) 204 B
'use strict' let Node = require('./node') class Comment extends Node { constructor (defaults) { super(defaults) this.type = 'comment' } } module.exports = Comment Comment.default = Comment