Skip to content

Lib for expanding functionality and deduplicating code between services

Notifications You must be signed in to change notification settings

lux-group/lib-global

Repository files navigation

Lib for expanding functionality and deduplicating code between services

Example

const { vendor } = require('lib-global')

if (vendor.requiresTravellerDetails('00128000018BZkIAAW')) {
  
}
       

Publishing

Update index.d.ts to reflect new changes. Run "yarn build" to recompile js with new changes before merging. Update the version in package.json as part of your PR and CircleCI will do the rest.