UNPKG

vlibras-player-webjs

Version:

Biblioteca JavaScript moderna para integração do VLibras Player com React, Vue, Angular e vanilla JS

7 lines 290 B
/** * Barrel export para módulo Infrastructure/Cache * Dependency Inversion: Sistema de cache como serviço */ export * from './VLibrasCache'; export type { CacheEntry, CacheStrategy, CacheConfig, CacheStats } from '../../types/infrastructure.types'; //# sourceMappingURL=index.d.ts.map