JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "example-20250629052948.mjs"
Full Path: /home/u703019046/domains/nawabs.com.au/public_html/node_modules/fastq/example-20250629052948.mjs
File size: 221 bytes
MIME-type: text/plain
Charset: utf-8
import { promise as queueAsPromised } from './queue.js'
/* eslint-disable */
const queue = queueAsPromised(worker, 1)
console.log('the result is', await queue.push(42))
async function worker (arg) {
return 42 * 2
}