mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-27 01:52:56 +08:00
5 lines
106 B
JavaScript
5 lines
106 B
JavaScript
// Importers should always start with this
|
|
if (!window['PassmanExporter']) {
|
|
var PassmanExporter = {}
|
|
}
|
|
|