Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vipera-npm-registry / @wa-motif-open-api/datarecords-service   js

Repository URL to install this package:

Version: 0.6.0 

/ lib / variables.d.ts

import { InjectionToken } from '@angular/core';
export declare const BASE_PATH: InjectionToken<string>;
export declare const COLLECTION_FORMATS: {
    'csv': string;
    'tsv': string;
    'ssv': string;
    'pipes': string;
};