UNPKG

crude-server

Version:
13 lines (9 loc) 177 B
'use srtict'; let startsWith = (prefix) => (pathname) => { return pathname.startsWith(prefix); }; let truth = () => true; module.exports = { startsWith, truth };