UNPKG

pob-babel

Version:

Build and watch with babel and typescript

6 lines (5 loc) 214 B
export const IS_DEV: boolean; export const IS_PROD: boolean; export const IS_TEST: boolean; export const POB_TARGET: 'node' | 'browser'; export const POB_TARGET_VERSION: 'modern' | '14.17' | 'current' | undefined;