Skip to content

pboyd04/CSDLParser

Repository files navigation

CSDLParser

Build Status Dependency Status Coverage Status Code Climate


Installation

This module is installed via npm:

npm install --save CSDLParser

Description

This module provides a simple interface to parse Common Schema Definition Language (CSDL) files as defined by the OData v4 specification. This module was originally written to provide a more comprehensive test suite for projects utilizing CSDL for typing, but could also be used by OData clients to obtain type information.