@thangnv-dev/context-common
v0.0.9
Published
Reusable library package in this monorepo.
Readme
@thangnv-dev/context-common
Reusable library package in this monorepo.
Install
npm install @thangnv-dev/context-commonUsage
import * as api from '@thangnv-dev/context-common'Public API
This package exports the following API surface from src/index.ts:
export { Context } from './context.js'
export { ContextCanceledError } from './errors.js'
export type { ContextKey } from './context.js'
Development
yarn workspace @thangnv-dev/context-common build
yarn workspace @thangnv-dev/context-common test