/** * Re-exports metadata parser utilities from `@wp-typia/block-runtime`. * This adapter keeps the public project-tools runtime path stable while the * implementation is consolidated in block-runtime. * @module */ export * from '@wp-typia/block-runtime/metadata-parser';