From 24ff0e47eb3fc3ca29079a99e064208d1159bcb7 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Thu, 30 Sep 2021 22:58:23 +0200 Subject: [PATCH] Improved comment on PKPass.pack() --- src/PKPass.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/PKPass.ts b/src/PKPass.ts index cc09fbc..ec6b58b 100644 --- a/src/PKPass.ts +++ b/src/PKPass.ts @@ -93,6 +93,9 @@ export default class PKPass extends Bundle { * as a `.pkpasses` zip file. Returns a Bundle instance * so it can be outputted both as stream or as a buffer. * + * Using this will freeze all the instances passed as + * parameter. + * * Throws if not all the files are instance of PKPass. * * @TODO test autofreezing