UNPKG

@kiwicom/static-data

Version:

data used for kiwi.com apps

13 lines (10 loc) 364 B
/* eslint-disable global-require */ if (typeof window !== "undefined") { console.warn("This file should be used on server and it is not intended to use in browser") } module.exports = { languages: require("./languages.json"), countries: require("./countries.json"), continents: require("./continents.json"), currencies: require("./currencies.json"), }