UNPKG

@as-pect/assembly

Version:

Write AssemblyScript tests at blazing fast speeds

18 lines (17 loc) 257 B
export const enum ReflectedValueType { None = 0, Class = 1, String = 2, ArrayBuffer = 3, Map = 4, Set = 5, Function = 6, Integer = 7, Float = 8, Boolean = 9, Array = 10, TypedArray = 11, Finite = 12, Truthy = 13, Falsy = 14, }