@adviser/cement - v0.0.0
    Preparing search index...

    Interface IsJSONResult<T>

    interface IsJSONResult<T> {
        isJSON: boolean;
        parsed?: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    isJSON: boolean
    parsed?: T