UNPKG

shoe-converter

Version:

Making it possible to convert the shoe size and gender of one brand to another.

5 lines (4 loc) 184 B
import { IConvert } from "./interface/interface"; declare function convert(convert: IConvert): string; declare function getShoeSizeData(): string; export { convert, getShoeSizeData };