UNPKG

megalodon

Version:

Fediverse API client for node.js and browser

12 lines (11 loc) 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var FilterContext; (function (FilterContext) { FilterContext.Home = 'home'; FilterContext.Notifications = 'notifications'; FilterContext.Public = 'public'; FilterContext.Thread = 'thread'; FilterContext.Account = 'account'; })(FilterContext || (FilterContext = {})); exports.default = FilterContext;