12 lines
357 B
JavaScript
12 lines
357 B
JavaScript
const {
|
|
ApplicationEvent,
|
|
ProtectionSessionDurations,
|
|
ProposedSecondsToDeferUILevelSessionExpirationDuringActiveInteraction,
|
|
} = require('@standardnotes/snjs')
|
|
|
|
module.exports = {
|
|
ApplicationEvent: ApplicationEvent,
|
|
ProtectionSessionDurations: ProtectionSessionDurations,
|
|
ProposedSecondsToDeferUILevelSessionExpirationDuringActiveInteraction,
|
|
}
|