persona-community-5/.pnpm-store/v3/files/5b/27a80053df5bc4b4f98f351d6306287e898260a78a1b3fe59ea192500d38f5c90da1d7291abc1fb64b9b45e792366e3a86064fc27b2b8b1845fdd23ee25635
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

12 lines
319 B
Plaintext

export const VOID = -1;
export const PRIMITIVE = 0;
export const ARRAY = 1;
export const OBJECT = 2;
export const DATE = 3;
export const REGEXP = 4;
export const MAP = 5;
export const SET = 6;
export const ERROR = 7;
export const BIGINT = 8;
// export const SYMBOL = 9;