UNPKG

@visionfi/core

Version:

Core types and utilities for VisionFi packages

14 lines (11 loc) 317 B
/** * @visionfi/core * Shared types, interfaces, and utilities for VisionFI packages * Copyright (c) 2024-2025 VisionFI. All Rights Reserved. */ // Export all types export * from './types/index.js'; // Export all constants export * from './constants/index.js'; // Version export export const VERSION = '1.0.0';