Improved comment on PKPass.pack()

This commit is contained in:
Alexander Cerutti
2021-09-30 22:58:23 +02:00
parent 3f9cff62a0
commit 24ff0e47eb

View File

@@ -93,6 +93,9 @@ export default class PKPass extends Bundle {
* as a `.pkpasses` zip file. Returns a Bundle instance * as a `.pkpasses` zip file. Returns a Bundle instance
* so it can be outputted both as stream or as a buffer. * 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. * Throws if not all the files are instance of PKPass.
* *
* @TODO test autofreezing * @TODO test autofreezing