UNPKG

@cobuildlab/8base-utils

Version:

This is package to deal with common scenarios working with 8base platform

5 lines (4 loc) 214 B
export * from './files'; export * from './references'; export { _validateFile, _validateFiles, getMessageFromGraphQLError, _validateNullOrUndefinedOrBlank, } from './utils'; export { getEndpointUrl } from './api';