ark/type/scope.ts:37:	isThunk,
ark/type/scope.ts:271:		if (isThunk(resolution) && !hasArkKind(resolution, "generic"))
ark/type/parser/definition.ts:10:	isThunk,
ark/type/parser/definition.ts:96:			const resolvedDef = isThunk(def) ? def() : def
ark/type/parser/definition.ts:145:	: def extends ThunkCast<infer t> ? t
ark/type/parser/definition.ts:214:export type ThunkCast<t = unknown> = () => type.cast<t>
214:	protected preparseOwnAliasEntry(alias: string, def: unknown): AliasDefEntry {
