2022-09-14 23:46:00 +02:00
|
|
|
import * as lib from './resource';
|
2022-09-18 00:48:04 +10:00
|
|
|
import { cache, onCache } from '../shared/resource';
|
2022-09-14 23:46:00 +02:00
|
|
|
export * from './resource';
|
|
|
|
|
|
|
|
|
|
export default lib;
|
2022-09-18 00:48:04 +10:00
|
|
|
export { cache, onCache };
|