style: use strict

This commit is contained in:
MDLeom 2025-03-22 04:19:55 +00:00
parent 23bcdbb2c6
commit b8c5378e1c
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
'use strict'
import { createInterface } from 'node:readline'
for await (const line of createInterface({ input: process.stdin, terminal: false })) {

View File

@ -1,3 +1,5 @@
'use strict'
import { createWriteStream } from 'node:fs'
import { open } from 'node:fs/promises'