Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 321 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 321 Bytes

Asset Pipe Common

This package contains common utilities and schemas

APIs

schemas

assets

const { schemas } = require('@asset-pipe/common');

const { error, value } = schemas.assets({
    organisation: 'my-org',
    name: 'my-app',
    version: '1.0.0',
    server: 'http://asset-server',
});