UNPKG

guess-parser

Version:

Finds the route declarations in your application.

3 lines (2 loc) 138 B
import { ProjectMetadata } from '../../../common/interfaces'; export declare const detect: (base: string) => ProjectMetadata | undefined;