UNPKG

httplease-asap

Version:

ASAP authentication filter for httplease

6 lines (3 loc) 123 B
import { PrivateKey } from './types'; declare function parseDataUri(dataUri: string): PrivateKey; export = parseDataUri;