UNPKG

edifact_orders_iso_16033

Version:

parser for EDIFACT ORDERS ISO 16033 Ophthalmic optics and instruments

14 lines (12 loc) 185 B
// this is just an example for doctest // > 2+2 // 4 // // just to see if ok // > let r = [ // . 'foo', // . 'bar', // . 'baz', // . ].reverse(); // > r // ['baz', 'bar', 'foo']