UNPKG

shoe-converter

Version:

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

4 lines (3 loc) 92 B
import { IData } from "../interface/interface"; declare const data: IData; export { data };