index.js (273B)
1 function getCutline(cutlineName) { 2 return async function () { 3 return ( 4 await import( 5 /* webpackChunkName: "cutline-[request]" */ 6 `./${cutlineName}.json` 7 ) 8 ).cutline; 9 }; 10 } 11 12 export {getCutline};
![]() | nakarteSource code of https://map.sikmir.ru (fork) |
git clone git://git.sikmir.ru/nakarte | |
Log | Files | Refs | LICENSE |