1
Fork 0

rename _dl.js to _shared.js

This commit is contained in:
Conduitry 2022-06-15 03:51:22 -04:00
parent eca076a091
commit 92566da2d3
3 changed files with 2 additions and 2 deletions

View File

View File

@ -1,6 +1,6 @@
#!/usr/bin/env node
import { dl, get } from './_dl.js';
import { dl, get } from './_shared.js';
await dl(
async function*(query) {

View File

@ -1,6 +1,6 @@
#!/usr/bin/env node
import { dl, get } from './_dl.js';
import { dl, get } from './_shared.js';
await dl(
async function*(query) {