@nxtedition/types 23.0.40 → 23.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.d.ts +0 -33
- package/dist/app.js +1 -655
- package/dist/common/block.d.ts +6 -13
- package/dist/common/block.js +597 -1607
- package/dist/common/clone.d.ts +0 -19
- package/dist/common/clone.js +1 -602
- package/dist/common/date.d.ts +0 -7
- package/dist/common/date.js +1 -59
- package/dist/common/error.d.ts +0 -7
- package/dist/common/error.js +1 -404
- package/dist/common/file.d.ts +1 -21
- package/dist/common/file.js +782 -2521
- package/dist/common/index.d.ts +20 -26
- package/dist/common/index.js +20 -134
- package/dist/common/location.d.ts +0 -6
- package/dist/common/location.js +73 -238
- package/dist/common/lock.d.ts +1 -8
- package/dist/common/lock.js +1 -211
- package/dist/common/media.d.ts +0 -7
- package/dist/common/media.js +1 -83
- package/dist/common/nxtpression.d.ts +2 -9
- package/dist/common/nxtpression.js +1 -277
- package/dist/common/pipeline.d.ts +0 -7
- package/dist/common/pipeline.js +1 -97
- package/dist/common/promoted-tag.d.ts +0 -7
- package/dist/common/promoted-tag.js +1 -147
- package/dist/common/render-preset.d.ts +2 -15
- package/dist/common/render-preset.js +1 -1202
- package/dist/common/render-profile.d.ts +0 -19
- package/dist/common/render-profile.js +1 -1052
- package/dist/common/render-query.d.ts +2 -9
- package/dist/common/render-query.js +1 -1843
- package/dist/common/render-scene.d.ts +2 -15
- package/dist/common/render-scene.js +1 -2408
- package/dist/common/rule.d.ts +1 -7
- package/dist/common/rule.js +84 -254
- package/dist/common/search.d.ts +0 -25
- package/dist/common/search.js +1 -1591
- package/dist/common/settings.d.ts +113 -125
- package/dist/common/settings.js +1 -7504
- package/dist/common/subtitle-style.d.ts +25 -0
- package/dist/common/user-notification.d.ts +0 -7
- package/dist/common/user-notification.js +1 -85
- package/dist/index.d.ts +5 -108
- package/dist/index.js +5 -469
- package/dist/nxtpression.d.ts +507 -331
- package/dist/nxtpression.js +1 -323
- package/dist/records/domains/asset.d.ts +106 -0
- package/dist/records/domains/bundle.d.ts +12 -0
- package/dist/records/domains/bundle.js +1 -0
- package/dist/records/domains/clone.d.ts +7 -0
- package/dist/records/domains/clone.js +1 -0
- package/dist/records/domains/comment-reaction.d.ts +8 -0
- package/dist/records/domains/comment-reaction.js +1 -0
- package/dist/records/domains/comment-read-mark.d.ts +8 -0
- package/dist/records/domains/comment-read-mark.js +1 -0
- package/dist/records/domains/comment.d.ts +81 -0
- package/dist/records/domains/comment.js +19 -0
- package/dist/records/domains/connection.d.ts +77 -0
- package/dist/records/domains/connection.js +1 -0
- package/dist/records/domains/contact.d.ts +9 -0
- package/dist/records/domains/contact.js +1 -0
- package/dist/records/domains/deepstream.d.ts +7 -0
- package/dist/records/domains/deepstream.js +1 -0
- package/dist/records/domains/design.d.ts +11 -0
- package/dist/records/domains/design.js +1 -0
- package/dist/records/domains/edit.d.ts +10 -0
- package/dist/records/domains/edit.js +1 -0
- package/dist/records/domains/event.d.ts +66 -0
- package/dist/records/domains/event.js +1 -0
- package/dist/records/domains/file.d.ts +26 -0
- package/dist/records/domains/file.js +1 -0
- package/dist/records/domains/general.d.ts +41 -0
- package/dist/records/domains/general.js +1 -0
- package/dist/records/domains/index.d.ts +77 -0
- package/dist/records/domains/index.js +38 -0
- package/dist/records/domains/media.d.ts +64 -0
- package/dist/records/domains/media.js +1 -0
- package/dist/records/domains/monitor.d.ts +116 -0
- package/dist/records/domains/monitor.js +1 -0
- package/dist/records/domains/panel.d.ts +55 -0
- package/dist/records/domains/panel.js +1 -0
- package/dist/records/domains/permission.d.ts +25 -0
- package/dist/records/domains/permission.js +2 -0
- package/dist/records/domains/pipeline-preset.d.ts +10 -0
- package/dist/records/domains/pipeline-preset.js +1 -0
- package/dist/records/domains/pipeline.d.ts +17 -0
- package/dist/records/domains/pipeline.js +1 -0
- package/dist/records/domains/planning.d.ts +14 -0
- package/dist/records/domains/planning.js +1 -0
- package/dist/records/domains/prompter.d.ts +18 -0
- package/dist/records/domains/prompter.js +1 -0
- package/dist/records/domains/publish.d.ts +145 -0
- package/dist/records/domains/publish.js +1 -0
- package/dist/records/domains/published.d.ts +12 -0
- package/dist/records/domains/published.js +1 -0
- package/dist/records/domains/render-preset.d.ts +5 -0
- package/dist/records/domains/render-preset.js +1 -0
- package/dist/records/domains/render.d.ts +115 -0
- package/dist/records/domains/render.js +1 -0
- package/dist/records/domains/revs.d.ts +6 -0
- package/dist/records/domains/revs.js +1 -0
- package/dist/records/domains/role.d.ts +6 -0
- package/dist/records/domains/role.js +1 -0
- package/dist/records/domains/script.d.ts +101 -0
- package/dist/records/domains/script.js +1 -0
- package/dist/records/domains/search.d.ts +9 -0
- package/dist/records/domains/search.js +1 -0
- package/dist/records/domains/settings.d.ts +5 -0
- package/dist/records/domains/settings.js +1 -0
- package/dist/records/domains/storyboard.d.ts +10 -0
- package/dist/records/domains/storyboard.js +1 -0
- package/dist/records/domains/subtitle-style.d.ts +13 -0
- package/dist/records/domains/subtitle-style.js +1 -0
- package/dist/records/domains/subtitle.d.ts +12 -0
- package/dist/records/domains/subtitle.js +1 -0
- package/dist/records/domains/template.d.ts +10 -0
- package/dist/records/domains/template.js +1 -0
- package/dist/records/domains/user-notification-status.d.ts +30 -0
- package/dist/records/domains/user-notification-status.js +1 -0
- package/dist/records/domains/user-notification.d.ts +69 -0
- package/dist/records/domains/user-notification.js +1 -0
- package/dist/records/domains/user.d.ts +23 -0
- package/dist/records/domains/user.js +1 -0
- package/dist/records/exact/asset.d.ts +83 -0
- package/dist/records/exact/asset.js +1 -0
- package/dist/records/exact/index.d.ts +36 -0
- package/dist/records/exact/index.js +4 -0
- package/dist/records/exact/media.d.ts +52 -0
- package/dist/records/exact/media.js +1 -0
- package/dist/records/exact/monitor.d.ts +46 -0
- package/dist/records/exact/monitor.js +1 -0
- package/dist/records/exact/storage.d.ts +32 -0
- package/dist/records/exact/storage.js +1 -0
- package/dist/records/index.d.ts +10 -0
- package/dist/records/index.js +2 -0
- package/dist/records/utils.d.ts +7 -0
- package/dist/records/utils.js +1 -0
- package/dist/records/utils.tds.d.ts +1 -0
- package/dist/records/utils.tds.js +7 -0
- package/dist/records/validate/assert-guard.d.ts +4 -0
- package/dist/records/validate/assert-guard.js +15861 -0
- package/dist/records/validate/assert.d.ts +4 -0
- package/dist/records/validate/assert.js +15990 -0
- package/dist/records/validate/is.d.ts +4 -0
- package/dist/records/validate/is.js +1017 -0
- package/dist/records/validate/schemas.d.ts +9 -0
- package/dist/records/validate/schemas.js +12613 -0
- package/dist/records/validate/stringify.d.ts +4 -0
- package/dist/records/validate/stringify.js +1904 -0
- package/dist/records/validate/utils.d.ts +15 -0
- package/dist/records/validate/utils.js +18 -0
- package/dist/records/validate/utils.test.d.ts +1 -0
- package/dist/records/validate/utils.test.js +35 -0
- package/dist/records/validate/validate.d.ts +5 -0
- package/dist/records/validate/validate.js +14943 -0
- package/dist/rpc.d.ts +5 -15
- package/dist/rpc.js +126 -511
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +25 -15
- package/dist/asset.d.ts +0 -72
- package/dist/domains/asset.d.ts +0 -227
- package/dist/domains/asset.js +0 -2672
- package/dist/domains/bundle.d.ts +0 -25
- package/dist/domains/bundle.js +0 -512
- package/dist/domains/clone.d.ts +0 -14
- package/dist/domains/clone.js +0 -192
- package/dist/domains/comment-reaction.d.ts +0 -15
- package/dist/domains/comment-reaction.js +0 -115
- package/dist/domains/comment-read-mark.d.ts +0 -15
- package/dist/domains/comment-read-mark.js +0 -115
- package/dist/domains/comment.d.ts +0 -153
- package/dist/domains/comment.js +0 -5906
- package/dist/domains/connection.d.ts +0 -141
- package/dist/domains/connection.js +0 -5860
- package/dist/domains/contact.d.ts +0 -16
- package/dist/domains/contact.js +0 -149
- package/dist/domains/deepstream.d.ts +0 -14
- package/dist/domains/deepstream.js +0 -139
- package/dist/domains/design.d.ts +0 -24
- package/dist/domains/design.js +0 -303
- package/dist/domains/edit.d.ts +0 -17
- package/dist/domains/edit.js +0 -224
- package/dist/domains/event.d.ts +0 -170
- package/dist/domains/event.js +0 -2779
- package/dist/domains/file.d.ts +0 -51
- package/dist/domains/file.js +0 -2506
- package/dist/domains/general.d.ts +0 -84
- package/dist/domains/general.js +0 -906
- package/dist/domains/index.d.ts +0 -75
- package/dist/domains/index.js +0 -37
- package/dist/domains/media.d.ts +0 -113
- package/dist/domains/media.js +0 -4642
- package/dist/domains/monitor.d.ts +0 -416
- package/dist/domains/monitor.js +0 -6382
- package/dist/domains/panel.d.ts +0 -371
- package/dist/domains/panel.js +0 -3198
- package/dist/domains/permission.d.ts +0 -61
- package/dist/domains/permission.js +0 -1926
- package/dist/domains/pipeline-preset.d.ts +0 -17
- package/dist/domains/pipeline-preset.js +0 -236
- package/dist/domains/pipeline.d.ts +0 -30
- package/dist/domains/pipeline.js +0 -460
- package/dist/domains/planning.d.ts +0 -33
- package/dist/domains/planning.js +0 -324
- package/dist/domains/publish.d.ts +0 -1452
- package/dist/domains/publish.js +0 -35415
- package/dist/domains/published.d.ts +0 -19
- package/dist/domains/published.js +0 -204
- package/dist/domains/render-preset.d.ts +0 -4
- package/dist/domains/render.d.ts +0 -158
- package/dist/domains/render.js +0 -4452
- package/dist/domains/revs.d.ts +0 -13
- package/dist/domains/revs.js +0 -125
- package/dist/domains/role.d.ts +0 -13
- package/dist/domains/role.js +0 -119
- package/dist/domains/script.d.ts +0 -263
- package/dist/domains/script.js +0 -6777
- package/dist/domains/search.d.ts +0 -16
- package/dist/domains/search.js +0 -168
- package/dist/domains/settings.d.ts +0 -12
- package/dist/domains/settings.js +0 -7180
- package/dist/domains/storyboard.d.ts +0 -14
- package/dist/domains/storyboard.js +0 -125
- package/dist/domains/subtitle-style.d.ts +0 -42
- package/dist/domains/subtitle-style.js +0 -574
- package/dist/domains/subtitle.d.ts +0 -19
- package/dist/domains/subtitle.js +0 -212
- package/dist/domains/template.d.ts +0 -23
- package/dist/domains/template.js +0 -372
- package/dist/domains/user-notification-status.d.ts +0 -55
- package/dist/domains/user-notification-status.js +0 -715
- package/dist/domains/user-notification.d.ts +0 -118
- package/dist/domains/user-notification.js +0 -3040
- package/dist/domains/user.d.ts +0 -48
- package/dist/domains/user.js +0 -481
- package/dist/monitor.d.ts +0 -71
- package/dist/monitor.js +0 -1942
- package/dist/schema.json +0 -9836
- package/dist/storage.d.ts +0 -51
- package/dist/storage.js +0 -1036
- /package/dist/{asset.js → common/subtitle-style.js} +0 -0
- /package/dist/{domains/render-preset.js → records/domains/asset.js} +0 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export interface SubtitleStyle {
|
|
2
|
+
name?: string;
|
|
3
|
+
fontname?: string;
|
|
4
|
+
fontsize?: string;
|
|
5
|
+
primaryColour?: string;
|
|
6
|
+
secondaryColour?: string;
|
|
7
|
+
outlineColour?: string;
|
|
8
|
+
backColour?: string;
|
|
9
|
+
bold?: string;
|
|
10
|
+
italic?: string;
|
|
11
|
+
underline?: string;
|
|
12
|
+
strikeOut?: string;
|
|
13
|
+
scaleX?: string;
|
|
14
|
+
scaleY?: string;
|
|
15
|
+
spacing?: string;
|
|
16
|
+
angle?: string;
|
|
17
|
+
borderStyle?: string;
|
|
18
|
+
outline?: string;
|
|
19
|
+
shadow?: string;
|
|
20
|
+
alignment?: string;
|
|
21
|
+
marginL?: string;
|
|
22
|
+
marginR?: string;
|
|
23
|
+
marginV?: string;
|
|
24
|
+
encoding?: string;
|
|
25
|
+
}
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
import { type AssertionGuard as __AssertionGuard } from "typia";
|
|
2
1
|
export type NotificationReason = "mentioned" | "assigned" | "author" | "participated" | "always";
|
|
3
|
-
export declare const isNotificationReason: (input: unknown) => input is NotificationReason;
|
|
4
|
-
export declare const assertNotificationReason: (input: unknown) => NotificationReason;
|
|
5
|
-
export declare const randomNotificationReason: () => NotificationReason;
|
|
6
|
-
export declare const assertGuardNotificationReason: __AssertionGuard<NotificationReason>;
|
|
7
|
-
export declare const stringifyNotificationReason: (input: NotificationReason) => string;
|
|
8
|
-
export declare const assertStringifyNotificationReason: (input: unknown) => string;
|
|
@@ -1,85 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export const isNotificationReason = input => {
|
|
3
|
-
return "mentioned" === input || "assigned" === input || "author" === input || "participated" === input || "always" === input;
|
|
4
|
-
};
|
|
5
|
-
export const assertNotificationReason = (input, errorFactory) => {
|
|
6
|
-
const __is = input => {
|
|
7
|
-
return "mentioned" === input || "assigned" === input || "author" === input || "participated" === input || "always" === input;
|
|
8
|
-
};
|
|
9
|
-
if (false === __is(input))
|
|
10
|
-
((input, _path, _exceptionable = true) => {
|
|
11
|
-
const $guard = __typia.createAssert.guard;
|
|
12
|
-
return "mentioned" === input || "assigned" === input || "author" === input || "participated" === input || "always" === input || $guard(true, {
|
|
13
|
-
path: _path + "",
|
|
14
|
-
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
15
|
-
value: input
|
|
16
|
-
}, errorFactory);
|
|
17
|
-
})(input, "$input", true);
|
|
18
|
-
return input;
|
|
19
|
-
};
|
|
20
|
-
export const randomNotificationReason = generator => {
|
|
21
|
-
const $pick = __typia.createRandom.pick;
|
|
22
|
-
return $pick([
|
|
23
|
-
() => "mentioned",
|
|
24
|
-
() => "assigned",
|
|
25
|
-
() => "author",
|
|
26
|
-
() => "participated",
|
|
27
|
-
() => "always"
|
|
28
|
-
])();
|
|
29
|
-
};
|
|
30
|
-
export const assertGuardNotificationReason = (input, errorFactory) => {
|
|
31
|
-
const __is = input => {
|
|
32
|
-
return "mentioned" === input || "assigned" === input || "author" === input || "participated" === input || "always" === input;
|
|
33
|
-
};
|
|
34
|
-
if (false === __is(input))
|
|
35
|
-
((input, _path, _exceptionable = true) => {
|
|
36
|
-
const $guard = __typia.createAssertGuard.guard;
|
|
37
|
-
return "mentioned" === input || "assigned" === input || "author" === input || "participated" === input || "always" === input || $guard(true, {
|
|
38
|
-
path: _path + "",
|
|
39
|
-
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
40
|
-
value: input
|
|
41
|
-
}, errorFactory);
|
|
42
|
-
})(input, "$input", true);
|
|
43
|
-
};
|
|
44
|
-
export const stringifyNotificationReason = input => {
|
|
45
|
-
const $string = __typia.json.createStringify.string;
|
|
46
|
-
const $throws = __typia.json.createStringify.throws;
|
|
47
|
-
return (() => {
|
|
48
|
-
if ("string" === typeof input)
|
|
49
|
-
return $string(input);
|
|
50
|
-
if ("string" === typeof input)
|
|
51
|
-
return "\"" + input + "\"";
|
|
52
|
-
$throws({
|
|
53
|
-
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
54
|
-
value: input
|
|
55
|
-
});
|
|
56
|
-
})();
|
|
57
|
-
};
|
|
58
|
-
export const assertStringifyNotificationReason = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
59
|
-
const __is = input => {
|
|
60
|
-
return "mentioned" === input || "assigned" === input || "author" === input || "participated" === input || "always" === input;
|
|
61
|
-
};
|
|
62
|
-
if (false === __is(input))
|
|
63
|
-
((input, _path, _exceptionable = true) => {
|
|
64
|
-
const $guard = __typia.json.createAssertStringify.guard;
|
|
65
|
-
return "mentioned" === input || "assigned" === input || "author" === input || "participated" === input || "always" === input || $guard(true, {
|
|
66
|
-
path: _path + "",
|
|
67
|
-
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
68
|
-
value: input
|
|
69
|
-
}, errorFactory);
|
|
70
|
-
})(input, "$input", true);
|
|
71
|
-
return input;
|
|
72
|
-
}; const stringify = input => {
|
|
73
|
-
const $string = __typia.json.createAssertStringify.string;
|
|
74
|
-
const $throws = __typia.json.createAssertStringify.throws;
|
|
75
|
-
return (() => {
|
|
76
|
-
if ("string" === typeof input)
|
|
77
|
-
return $string(input);
|
|
78
|
-
if ("string" === typeof input)
|
|
79
|
-
return "\"" + input + "\"";
|
|
80
|
-
$throws({
|
|
81
|
-
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
82
|
-
value: input
|
|
83
|
-
});
|
|
84
|
-
})();
|
|
85
|
-
}; return stringify(assert(input, errorFactory)); };
|
|
1
|
+
export {};
|
package/dist/index.d.ts
CHANGED
|
@@ -1,108 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export * from './
|
|
5
|
-
export * from './
|
|
6
|
-
export * from './app.js';
|
|
7
|
-
export * from './rpc.js';
|
|
8
|
-
export * from './asset.js';
|
|
9
|
-
import { AssetRecords } from './asset.js';
|
|
10
|
-
import { StorageRecords } from './storage.js';
|
|
11
|
-
import { MonitorRecords } from './monitor.js';
|
|
12
|
-
export * from './storage.js';
|
|
13
|
-
export * from './monitor.js';
|
|
14
|
-
export type Domains = Exclude<keyof DomainRecords, ":design">;
|
|
15
|
-
export declare const isDomains: (input: unknown) => input is Domains;
|
|
16
|
-
export declare const assertDomains: (input: unknown) => Domains;
|
|
17
|
-
export declare const randomDomains: () => Domains;
|
|
18
|
-
export declare const assertGuardDomains: __AssertionGuard<Domains>;
|
|
19
|
-
export declare const stringifyDomains: (input: Domains) => string;
|
|
20
|
-
export declare const assertStringifyDomains: (input: unknown) => string;
|
|
21
|
-
export * from './nxtpression.js';
|
|
22
|
-
export type Records = {
|
|
23
|
-
[Property in Domains as `${string}${Property}`]: DomainRecords[Property];
|
|
24
|
-
} & {
|
|
25
|
-
":permission": DomainRows;
|
|
26
|
-
} & {
|
|
27
|
-
[Property in keyof DesignDomainRecords as `${string}${Property}${string}`]: DesignDomainRecords[Property];
|
|
28
|
-
} & {
|
|
29
|
-
"media.subtitles": {
|
|
30
|
-
languages?: Record<string, string>;
|
|
31
|
-
fontFaces?: SubtitleFontFace[];
|
|
32
|
-
};
|
|
33
|
-
"media.subtitles?": {
|
|
34
|
-
languages?: Record<string, string>;
|
|
35
|
-
fontFaces?: SubtitleFontFace[];
|
|
36
|
-
};
|
|
37
|
-
"media.transcribe?": {
|
|
38
|
-
engines: Record<string, string>;
|
|
39
|
-
languages: Record<string, string>;
|
|
40
|
-
translate?: {
|
|
41
|
-
languages: Record<string, string>;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
"media.fonts?": {
|
|
45
|
-
fontFaces?: FontFace[];
|
|
46
|
-
fontFamilyNames?: Array<FontFace["family"]>;
|
|
47
|
-
};
|
|
48
|
-
"media.consolidate": {
|
|
49
|
-
presets?: {
|
|
50
|
-
[type in MediaType]: RenderPreset;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
"hub-transcribe:render-profile": {
|
|
54
|
-
format: string;
|
|
55
|
-
transcribe: {
|
|
56
|
-
engine: string;
|
|
57
|
-
};
|
|
58
|
-
pick: string[];
|
|
59
|
-
};
|
|
60
|
-
} & AssetRecords & {
|
|
61
|
-
"asset-daemon": {
|
|
62
|
-
"user-notify"?: boolean;
|
|
63
|
-
};
|
|
64
|
-
"asset-daemon:user-notify.state": {
|
|
65
|
-
since?: string | 0 | null;
|
|
66
|
-
version?: number;
|
|
67
|
-
};
|
|
68
|
-
"deepstream-replicator.stats?": {
|
|
69
|
-
replicators?: Record<string, {
|
|
70
|
-
to: {
|
|
71
|
-
synced?: boolean;
|
|
72
|
-
since?: string | 0 | null;
|
|
73
|
-
};
|
|
74
|
-
from: {
|
|
75
|
-
since?: string | 0 | null;
|
|
76
|
-
};
|
|
77
|
-
}>;
|
|
78
|
-
synced?: boolean;
|
|
79
|
-
};
|
|
80
|
-
} & MonitorRecords & StorageRecords;
|
|
81
|
-
interface DomainRows {
|
|
82
|
-
rows: string[];
|
|
83
|
-
}
|
|
84
|
-
type Range = [
|
|
85
|
-
number,
|
|
86
|
-
number
|
|
87
|
-
];
|
|
88
|
-
interface SubtitleFontFace {
|
|
89
|
-
family: string;
|
|
90
|
-
asset?: string;
|
|
91
|
-
weight?: "normal" | "bold";
|
|
92
|
-
style?: "normal" | "italic";
|
|
93
|
-
}
|
|
94
|
-
export interface FontFace {
|
|
95
|
-
name: string;
|
|
96
|
-
family: string;
|
|
97
|
-
asset: string;
|
|
98
|
-
url: string;
|
|
99
|
-
weight: number;
|
|
100
|
-
style: "normal" | "italic";
|
|
101
|
-
ranges: Range[];
|
|
102
|
-
}
|
|
103
|
-
export declare const isFontFace: (input: unknown) => input is FontFace;
|
|
104
|
-
export declare const assertFontFace: (input: unknown) => FontFace;
|
|
105
|
-
export declare const randomFontFace: () => FontFace;
|
|
106
|
-
export declare const assertGuardFontFace: __AssertionGuard<FontFace>;
|
|
107
|
-
export declare const stringifyFontFace: (input: FontFace) => string;
|
|
108
|
-
export declare const assertStringifyFontFace: (input: unknown) => string;
|
|
1
|
+
export * from './common/index.ts';
|
|
2
|
+
export * from './app.ts';
|
|
3
|
+
export * from './rpc.ts';
|
|
4
|
+
export * from './records/index.ts';
|
|
5
|
+
export * from './nxtpression.ts';
|