1
0
Fork 0
freesewing/packages/pattern-info/src/index.js
2019-07-07 13:52:54 +02:00

47 lines
806 B
JavaScript

export { default as options } from "./prebuild/options";
export { default as optionGroups } from "./prebuild/option-groups";
export { default as parts } from "./prebuild/parts";
export { default as measurements } from "./prebuild/measurements";
export { default as versions } from "./prebuild/versions";
export const list = [
"aaron",
"benjamin",
"bent",
"brian",
"bruce",
"carlita",
"carlton",
"cathrin",
"florent",
"huey",
"hugo",
"jaeger",
"shin",
"simon",
"sven",
"tamiko",
"trayvon",
"wahid"
];
export const withoutBreasts = [
"aaron",
"benjamin",
"bent",
"brian",
"bruce",
"carlton",
"florent",
"huey",
"hugo",
"jaeger",
"shin",
"simon",
"sven",
"tamiko",
"trayvon",
"wahid"
];
export const withBreasts = ["cathrin", "carlita"];