@asmv/utils
v0.1.0-draft
Published
Utility library for the JS implementation of the ASIMOV protocol (Asynchronous Service Interaction Messaging OVerlay).
Downloads
7
Readme
@asmv/utils
Utility library for the JavaScript implementation of the ASIMOV protocol (Agent to Service Interaction Messaging OVerlay).
This library is not supposed to be used directly, but is a shared dependency for the other @asmv
packages.
Development
This library was generated with Nx and is a part of the asmv-js
monorepo.
Building
Run nx build core
to build the library.
Running unit tests
Run nx test core
to execute the unit tests via Jest.
License
Copyright 2023 Jiri Hybek <jiri(at)hybek.cz> and contributors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.