chore: crap

This commit is contained in:
cha0s 2020-06-20 03:41:32 -05:00
parent 5512be819a
commit 10e54162ec

View File

@ -1,7 +1,6 @@
import {Context} from '@avocado/behavior'
export function typeFromLiteral(v) {
console.log('tfl', v);
if ('literal' === v.type) {
const {value} = v;
if ('undefined' === typeof value) {