UNPKG

boats

Version:

Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.

8 lines (7 loc) 176 B
interface RoutePermission { prefix?: string; tail?: string; removeMethod?: boolean; } export default function (input: RoutePermission | string): string; export {};