UNPKG

pixie-transformer

Version:

Pixie Transformer is transforming a Raw/Response JSON Payload into your expected JSON Payload. It's make your life easy and convenience without any logic required in your code.

5 lines (4 loc) 221 B
export * from './lib/pixie'; export { TYPE, CONDITION, Condition, Dimension, Measurement, Aggregate } from './lib/interface/aggregate'; export { Sort, SORT } from './lib/interface/sort'; export * from './lib/util/pixie';