UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

8 lines (5 loc) 181 B
const s = require('superstruct') const Incoterm = s.enums(['EXW', 'CIP', 'FCA', 'DAP', 'DPU', 'CPT', 'DDP', 'FAS', 'CFR', 'FOB', 'CIF']) module.exports = { Incoterm: Incoterm }