Buckets:
| export * as ConfigFormatter from "./formatter" | |
| import { Schema } from "effect" | |
| export class Entry extends Schema.Class<Entry>("ConfigV2.Formatter.Entry")({ | |
| disabled: Schema.Boolean.pipe(Schema.optional), | |
| command: Schema.String.pipe(Schema.Array, Schema.optional), | |
| environment: Schema.Record(Schema.String, Schema.String).pipe(Schema.optional), | |
| extensions: Schema.String.pipe(Schema.Array, Schema.optional), | |
| }) {} | |
| export const Info = Schema.Union([Schema.Boolean, Schema.Record(Schema.String, Entry)]) | |
Xet Storage Details
- Size:
- 512 Bytes
- Xet hash:
- 9b4a103c457d0737504baf77acbbb657b3c9f6171a01c45e65469fe2ef3d2dbf
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.