UNPKG

@chubbyjs/psr-http-factory

Version:

Common Http-message factory Interface (PHP FIG PSR-17).

6 lines (5 loc) 185 B
import UriInterface from '@chubbyjs/psr-http-message/dist/UriInterface'; interface UriFactoryInterface { createUri(uri: string): UriInterface; } export default UriFactoryInterface;