@freeword/meta
Version:
Meta package for Freeword: exports all core types, constants, and utilities from the src/ directory.
13 lines • 571 B
JavaScript
// import type * as TSTB from 'ts-toolbelt'
// import type { A as TSTA, O as TSTO } from 'ts-toolbelt'
// export type { Any as TSTA, List as TSTL, Object as TSTO, Tuple as TSTT, Union as TSTU } from 'ts-toolbelt' // eslint-disable-line import/no-extraneous-dependencies
const CamelSpecialsVals = [
'ASIN', 'DID', 'ID', 'ISODuration',
'GUID', 'HSL', 'HSLA',
'IBAN', 'ISBN', 'JWT', 'MAC', 'RGB', 'RGBA',
'UUID', 'JSON', 'URL',
//
'DNA',
];
export {};
//# sourceMappingURL=TSTools.js.map