Added comment for PKPass.pack

This commit is contained in:
Alexander Cerutti
2021-09-18 23:22:06 +02:00
parent 3ee5913c01
commit 658bb287a8

View File

@@ -69,7 +69,13 @@ export class PKPass extends Bundle {
}
/**
* Creates a Bundle made of PKPass to be distributed
* as a `.pkpasses` zip file. Returns a Bundle instance
* so it can be outputted both as stream or as a buffer.
*
* Throws if not all the files are instance of PKPass.
*
* @TODO test autofreezing
* @param passes
*/