UNPKG

@itxch/contentful-import

Version:

This tool allows you to import JSON dump exported by contentful-export

6 lines (5 loc) 251 B
/** * Given a list of locales, this utility will sort them by `fallback` order, i.e. the locales without fallbacks first, * then the locales having them as fallbacks, and then recursively. */ export default function sortLocales(locales: any): any;