UNPKG

@enspirit/emb

Version:

A replacement for our Makefile-for-monorepos

4 lines (3 loc) 158 B
import { EmbContext } from './types.js'; export declare const getContext: () => EmbContext; export declare const setContext: (ctx: EmbContext) => EmbContext;