UNPKG
@wbce-d9/schema
Version:
latest (10.0.0)
10.0.0
9.26.4
9.26.3
Utility for extracting information about existing DB schema
directus.io
LaWebcapsule/directus9
@wbce-d9/schema
/
dist
/
utils
/
strip-quotes.d.ts
5 lines
(4 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
/** * Strip leading/trailing quotes from a string and handle null values. */
export
declare
function
stripQuotes
(
value
?:
string
|
null
):
string
|
null
;