beabee-common is a shared codebase utilized across Beabee projects.
To install beabee-common, use the following command:
npm install @beabee/beabee-common --saveIn a Node.js environment, use beabee-common as follows:
import { parseDate } from '@beabee/beabee-common';
parseDate('2022'); // Returns: [ 2021-12-31T23:00:00.000Z, 'y' ]To build the project, run:
yarn install
yarn buildbeabee-common is licensed under the AGPL-3.0 license.