in src/file_layer.ts [147:153]
private _getFormatMeta(format: EMSFormats) { if ('meta' in format) { return format.meta; } else { return; } }