UNPKG

flask-router-plus

Version:

Flask-inspired routing system for node and connect. Nice if you just need a routing system without depending on connect, or need routing middleware without all features provided by express.

11 lines (9 loc) 229 B
// Generated by CoffeeScript 1.6.3 (function() { module.exports = function(str, opts) { if (typeof str !== 'string' || !str.trim() || str.indexOf('/') !== -1) { return null; } return str; }; }).call(this);