UNPKG

@ts4ocds/requirements

Version:

TS4OCDS is a library of TypeScript entities that takes an approach to befriend large OCDS JSONs with your per-project routine of writing whole lotta interfaces for them.

7 lines (6 loc) 207 B
export * from './criterion'; export * from './data-type'; export * from './requirement'; export * from './requirement-group'; export * from './requirement-response'; export * from './requirement-reference';