© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Globally set `configure({ actual: () => "" })` - arktype
a
arktype
•
5mo ago
•
4 replies
onek
Globally set `configure({ actual: () => "" })`
Hello
, exploring your library
, so far very good
.
Is it possible to do this globally
?
import { configure } from 'arktype';
configure({ actual: () => "" })
import { configure } from 'arktype';
configure({ actual: () => "" })
I get error
:
' Object literal may only specify known properties
, and
'actual
' does not exist in type
'ArkConfig
'
.ts
(2353
'
Is there another way to acheive this outcome
? So I don
't get the
'
(was a
.
.
.
)
' for all my arktype schemas
?
arktype
Join
This is a friendly space centered around ArkType, TypeScript's 1:1 validator (https://github.com/arktypeio/arktype)
860
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
How can I globally configure a subtypes error
a
arktype / questions
14mo ago
Is it possible to globally set “arktype” so that string.url accepts “” and returns undifind?
a
arktype / questions
3mo ago
`.configure` not being applied
a
arktype / questions
11mo ago
Configure errors in a scope
a
arktype / questions
13mo ago