0.0.18 • Published 4 years ago

@chemistry/common-functions v0.0.18

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

@chemistry/common-functions

npm version GitHub Build Status License: MIT

Common Library part of crystallography-api project used to share common interfaces and code across Cloud Functions implementation across the project

Install

npm install @chemistry/common-functions

Interfaces use cases

import {
  CodSyncScheduleInstanceStartPayload,
  PubSubContext,
  extractPayload
  } from '@chemistry/common-functions';
/**
 * Cloud Function that will start COD synronization Instances
 */
export function codSyncStartInstance(
    data: CodSyncScheduleInstanceStartPayload,
    context: PubSubContext
) {
    const payload = extractPayload(event);
  // ...
}

Declarated interfaces:

  • CTopic
  • CTopicPayload

Commands:

  • Build project: npm run build
0.0.18

4 years ago

0.0.10

4 years ago

0.0.12

4 years ago

0.0.9

4 years ago

0.0.15

4 years ago

0.0.17

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago