Sha256: 1e3bceaa55998e5f050e6861dd82b922599dd31ded8c4b78617ace4b5fde5d1f
Contents?: true
Size: 267 Bytes
Versions: 56
Compression:
Stored size: 267 Bytes
Contents
/** * Separator object * Used to space/separate choices group */ export declare class Separator { readonly separator: string; readonly type = "separator"; constructor(separator?: string); static isSeparator(choice: unknown): choice is Separator; }
Version data entries
56 entries across 28 versions & 2 rubygems