@lou.codes/types
Version:
🏷️ Lou's Code shared types
82 lines (81 loc) • 4.22 kB
TypeScript
export type { ArrayLike } from "./ArrayLike.js";
export type { Awaitable } from "./Awaitable.js";
export type { Class } from "./Class.js";
export type { DayOfMonth } from "./DayOfMonth.js";
export type { DayOfWeek } from "./DayOfWeek.js";
export type { Digit } from "./Digit.js";
export type { Either } from "./Either.js";
export type { Empty } from "./Empty.js";
export type { EmptyArray } from "./EmptyArray.js";
export type { EmptyRecord } from "./EmptyRecord.js";
export type { EmptyString } from "./EmptyString.js";
export type { Entry } from "./Entry.js";
export type { EntryKey } from "./EntryKey.js";
export type { EntryOf } from "./EntryOf.js";
export type { EntryValue } from "./EntryValue.js";
export type { Enumerate } from "./Enumerate.js";
export type { Falsy } from "./Falsy.js";
export type { Filter } from "./Filter.js";
export type { HTMLElementTagAttributeMap } from "./HTMLElementTagAttributeMap.js";
export type { HTMLElementTagGlobalAttributes } from "./HTMLElementTagGlobalAttributes.js";
export type { Head } from "./Head.js";
export type { HeadAndTail } from "./HeadAndTail.js";
export type { Hours } from "./Hours.js";
export type { ISODate } from "./ISODate.js";
export type { ISODayOfMonth } from "./ISODayOfMonth.js";
export type { ISOHours } from "./ISOHours.js";
export type { ISOMilliseconds } from "./ISOMilliseconds.js";
export type { ISOMinutes } from "./ISOMinutes.js";
export type { ISOMonth } from "./ISOMonth.js";
export type { ISOSeconds } from "./ISOSeconds.js";
export type { ISOYear } from "./ISOYear.js";
export type { Initial } from "./Initial.js";
export type { InitialAndLast } from "./InitialAndLast.js";
export type { IsomorphicIterable } from "./IsomorphicIterable.js";
export type { IsomorphicIterableItem } from "./IsomorphicIterableItem.js";
export type { IsomorphicIterableIterator } from "./IsomorphicIterableIterator.js";
export type { IsomorphicIterator } from "./IsomorphicIterator.js";
export type { JSONValue } from "./JSONValue.js";
export type { Just } from "./Just.js";
export type { KeyOf } from "./KeyOf.js";
export type { Last } from "./Last.js";
export type { LocaleIdentifier } from "./LocaleIdentifier.js";
export type { LocaleString } from "./LocaleString.js";
export type { Maybe } from "./Maybe.js";
export type { MaybeEmpty } from "./MaybeEmpty.js";
export type { Milliseconds } from "./Milliseconds.js";
export type { Minutes } from "./Minutes.js";
export type { Month } from "./Month.js";
export type { MultiCharacterString } from "./MultiCharacterString.js";
export type { MultiDigitNumberString } from "./MultiDigitNumberString.js";
export type { NeverFallback } from "./NeverFallback.js";
export type { NotEmpty } from "./NotEmpty.js";
export type { Nullish } from "./Nullish.js";
export type { Numeric } from "./Numeric.js";
export type { Predicate } from "./Predicate.js";
export type { Primitive } from "./Primitive.js";
export type { Radix } from "./Radix.js";
export type { Range } from "./Range.js";
export type { ReadOnlyArguments } from "./ReadOnlyArguments.js";
export type { ReadOnlyArray } from "./ReadOnlyArray.js";
export type { ReadOnlyIterable } from "./ReadOnlyIterable.js";
export type { ReadOnlyIterableIterator } from "./ReadOnlyIterableIterator.js";
export type { ReadOnlyIterator } from "./ReadOnlyIterator.js";
export type { ReadOnlyRecord } from "./ReadOnlyRecord.js";
export type { Reducer } from "./Reducer.js";
export type { RegularExpression } from "./RegularExpression.js";
export type { RegularExpressionFlags } from "./RegularExpressionFlags.js";
export type { Replace } from "./Replace.js";
export type { Seconds } from "./Seconds.js";
export type { Single } from "./Single.js";
export type { Strigifiable } from "./Strigifiable.js";
export type { StringJoin } from "./StringJoin.js";
export type { Tagger } from "./Tagger.js";
export type { Tail } from "./Tail.js";
export type { Truthy } from "./Truthy.js";
export type { TypeOfDictionary } from "./TypeOfDictionary.js";
export type { TypeOfValue } from "./TypeOfValue.js";
export type { Unary } from "./Unary.js";
export type { UnaryInput } from "./UnaryInput.js";
export type { UnaryOutput } from "./UnaryOutput.js";
export type { ValueOf } from "./ValueOf.js";