UNPKG

@gsb-core/core

Version:

GSB core services and classes for platform-independent web applications

8 lines (7 loc) 209 B
/** * Cache Service exports */ export { GsbCacheService } from './gsb-cache.service'; import { GsbCacheService } from './gsb-cache.service'; declare const _default: GsbCacheService; export default _default;