index.ts 95 B

12
  1. import { ManifestParserImpl } from './impl';
  2. export const ManifestParser = ManifestParserImpl;