0.0.1-alpha.2 • Published 5 years ago

@exocet/pandora-shared-modules v0.0.1-alpha.2

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
5 years ago

Pandora Shared Modules

This repository contains shared modules across Pandora's ecosystem.


API

CodeSource

CodeSource is a metaprogramming and code generation class helper.


configurator

This is an utility to get configurations from environment to deploy applications.


ensureLogger

A function that ensure loggers, falls back to bunyan as logger.


translation

Internationalization features.


referrer

Helper to create references names.


helpers.checkDependency

Check if a dependency is installed.


helpers.mergeObjectByPaths

Merge two objects using JSON Path.


helpers.isAsyncFunction

Check if a function is asynchronous.


helpers.isArrowFunction

Check if a function is an arrow function.