forked from deco-cx/deco
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.ts
More file actions
18 lines (18 loc) · 736 Bytes
/
Copy pathmod.ts
File metadata and controls
18 lines (18 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export { default as JsonViewer } from "../components/JsonViewer.tsx";
export {
isAwaitable,
notUndefined,
singleFlight,
} from "../engine/core/utils.ts";
export type { PromiseOrValue } from "../engine/core/utils.ts";
export { decoManifestBuilder } from "../engine/manifest/manifestGen.ts";
export { adminUrlFor, isAdmin, resolvable } from "./admin.ts";
/**
* @deprecated since version 1.101.22 import from @deco/deco/web instead
*/
export { readFromStream } from "./http.ts";
export { metabasePreview } from "./metabase.tsx";
export { deepOmit, tryOrDefault } from "./object.ts";
export type { DotNestedKeys } from "./object.ts";
export { createServerTimings } from "./timings.ts";
export type { Device } from "./userAgent.ts";