mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-15 12:32:46 +08:00
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
|
// Importers should always start with this
|
||
|
if(!window['PassmanExporter']){
|
||
|
var PassmanExporter = {}
|
||
|
}
|
||
|
|