Interface BindOpts

    Options for bind / view.

    interface BindOpts {
        strict?: boolean;
    }
    Index

    Properties

    Properties

    strict?: boolean