UNPKG
@oada/media-types
Version:
latest (4.0.0)
4.0.0
3.5.3
3.5.2
3.5.1
3.5.0
3.4.10
3.4.9
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.1
3.3.0
3.2.0
3.1.3
3.1.1
3.1.0
3.0.2
3.0.0
2.0.0
1.8.1
1.7.0
1.5.1
1.4.1
OADA formats media type resolution
github.com/OADA/formats/packages/media-types
OADA/formats
@oada/media-types
/
dist
/
index.d.ts
4 lines
(3 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
import
{ parse }
from
'content-type'
;
export
declare
function
getSchema
(
mediaType
:
string
):
string
|
undefined
;
export
default
function
mediaType2schema
(
...
parameters
:
Parameters
<
typeof
parse>
):
string
[];