Home
last modified time | relevance | path

Searched refs:pathSortedByPriority (Results 1 – 1 of 1) sorted by relevance

/expo/docs/scripts/
H A Dcreate-sitemap.js35 .sort((a, b) => pathSortedByPriority(a, b, pathsPriority));
69 function pathSortedByPriority(a, b, priorities = []) { function