UNPKG
httplease-asap
Version:
latest (0.6.0)
prerelease (0.3.1-beta1)
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.3.1
0.3.1-beta1
0.3.0
0.3.0-beta2
0.2.3
0.2.2
0.2.1
0.2.0
0.2.0-beta2
0.2.0-beta1
0.1.0
ASAP authentication filter for httplease
bitbucket.org/atlassianlabs/httplease-asap
httplease-asap
/
lib
/
parseDataUri.d.ts
6 lines
(3 loc)
•
123 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
PrivateKey
}
from
'./types'
;
declare
function
parseDataUri
(
dataUri
:
string
):
PrivateKey
;
export
= parseDataUri;