mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 20:25:26 +00:00
Added explicit Buffer import declarations
This commit is contained in:
@@ -2,6 +2,7 @@ import * as path from "path";
|
||||
import * as Utils from "./utils";
|
||||
import * as Messages from "./messages";
|
||||
import { promises as fs } from "fs";
|
||||
import type { Buffer } from "buffer";
|
||||
|
||||
/**
|
||||
* Reads the model folder contents
|
||||
|
||||
Reference in New Issue
Block a user