@ogentx/shared

v0.1.2

Published

Shared utilities, types and helpers for Ogentx platform

Readme

@ogentx/shared

Shared utilities, types and helpers for Ogentx platform.

Installation

npm install @ogentx/shared

Usage

Types

import type { WithRequired, Optional, Requires, ArrayOrOne, NestedArray } from '@ogentx/shared';
import { pick } from '@ogentx/shared';

Utils

import { uuid, sleep, uniqueBy, truncate, parseOrderBy } from '@ogentx/shared';

Prisma Helper

import { selectHelper } from '@ogentx/shared';
// or
import { selectHelper } from '@ogentx/shared/prisma';

License

Apache-2.0