Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/packages / features / Locale / state / transform.d.ts
Size: Mime:
import { LocaleProps } from './typings';
declare function transformLocale(locale: {
    list: LocaleProps[];
}): {
    list: LocaleProps[];
};
export { transformLocale };
export default transformLocale;