0.0.18 • Published 5 years ago

@chemistry/common-functions v0.0.18

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.10

5 years ago

0.0.12

5 years ago

0.0.9

5 years ago

0.0.15

5 years ago

0.0.17

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago