UNPKG

zettapi_client

Version:

Client side CRUD operations in angular to use with zettapi_server rest api to get started quickly in any CMS project

13 lines (10 loc) 272 B
// Side effect imports import './prototype'; import { createDuration } from './create'; import { isDuration } from './constructor'; import { getSetRelativeTimeThreshold } from './humanize'; export { createDuration, isDuration, getSetRelativeTimeThreshold };