mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 14:25:17 +00:00
Converted all nodejs imports to node: prefix
This commit is contained in:
@@ -9,7 +9,7 @@ export * from "./Personalize";
|
||||
export * from "./Certificates";
|
||||
|
||||
import Joi from "joi";
|
||||
import { Buffer } from "buffer";
|
||||
import type { Buffer } from "node:buffer";
|
||||
|
||||
import { Barcode } from "./Barcode";
|
||||
import { Location } from "./Location";
|
||||
|
||||
Reference in New Issue
Block a user