chore: crap
This commit is contained in:
parent
5512be819a
commit
10e54162ec
|
@ -1,7 +1,6 @@
|
||||||
import {Context} from '@avocado/behavior'
|
import {Context} from '@avocado/behavior'
|
||||||
|
|
||||||
export function typeFromLiteral(v) {
|
export function typeFromLiteral(v) {
|
||||||
console.log('tfl', v);
|
|
||||||
if ('literal' === v.type) {
|
if ('literal' === v.type) {
|
||||||
const {value} = v;
|
const {value} = v;
|
||||||
if ('undefined' === typeof value) {
|
if ('undefined' === typeof value) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user