Sha256: cd51ceafea7762ad639afb3ca5b68e1e4ffeaacaa402d7ef2cae17016e29e098
Contents?: true
Size: 212 Bytes
Versions: 61
Compression:
Stored size: 212 Bytes
Contents
/** Matches any [primitive value](https://developer.mozilla.org/en-US/docs/Glossary/Primitive). @category Type */ export type Primitive = | null | undefined | string | number | boolean | symbol | bigint;
Version data entries
61 entries across 61 versions & 3 rubygems