mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 06:29:28 -07:00
8 lines
No EOL
209 B
JavaScript
8 lines
No EOL
209 B
JavaScript
import * as doip from '../src/index.js'
|
|
|
|
const main = async () => {
|
|
const sp = doip.ServiceProviderDefinitions.data.sourcehut.processURI('https://git.sr.ht/~alice/keyoxide_proof')
|
|
console.log(sp)
|
|
}
|
|
|
|
main() |