7 lines
100 B
TypeScript
7 lines
100 B
TypeScript
import { TMDB } from './tmdb';
|
|
|
|
export * from './types';
|
|
export * from './utils';
|
|
|
|
export { TMDB };
|