@ntix/parsing
    Preparing search index...

    Interface IParser<T>

    A parser

    interface IParser<T> {
        parse: IParse<T>;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    parse: IParse<T>