UNPKG

@croct/plug

Version:

A fully-featured devkit for building natively personalized applications.

7 lines (4 loc) 162 B
import { JsonObject } from '@croct/json'; export * from '@croct/json/mutable'; type NullableJsonObject = JsonObject | null; export type { NullableJsonObject };