UNPKG

vmfparser

Version:

A small Valve Map File parser

6 lines (5 loc) 134 B
interface ParserOptions { ast?: boolean; } export default function (input: string, options?: ParserOptions): any; export {};