Properties:
Name | Type | Description |
---|---|---|
config |
Record<string, any> |
A config to adjust the parser |
parse |
(value: string) => ResolveAsset |
the function that will convert the url into an object |
test |
(url: string) => boolean |
the test to perform on the url to determin if it should be parsed |
Members
A config to adjust the parser
the function that will convert the url into an object
the test to perform on the url to determin if it should be parsed