UNPKG

191 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.allowedTypes = [String, Number, Date, Boolean];
4exports.bannedTypes = [Promise, Array, Object, Function];