-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
featureNew feature or requestNew feature or request
Description
export default class Feature {
version = '0.0.1'
static cache = []
static list = []
static log = []
static disable(name = '') {}
static disabled(name = '') {}
static enable(name = '') {}
static enabled(name = '') {}
static has(name = '') {}
static test(name = '', split = 50, variants = []) {}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request