mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 20:25:26 +00:00
Converted all nodejs imports to node: prefix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { EOL } from "os";
|
||||
import { Buffer } from "buffer";
|
||||
import { EOL } from "node:os";
|
||||
import { Buffer } from "node:buffer";
|
||||
|
||||
// ************************************ //
|
||||
// *** UTILS FOR PASS.STRINGS FILES *** //
|
||||
|
||||
Reference in New Issue
Block a user