UNPKG

@darlean/webservice

Version:

Webservice library for Darlean

10 lines (9 loc) 221 B
/** * Set of utility functions and classes for implementing webservices. * * @packageDocumentation */ export * from './types'; export * from './json'; export * from './staticfile'; export * from './wrapper';