4.0.0-alpha.4 • Published 5 years ago

@asset-pipe/common v4.0.0-alpha.4

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

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',
});