UNPKG

@sunrise1002/tats

Version:

Techincal Indicators written in javascript

8 lines (7 loc) 143 B
let config = {}; export function setConfig(key, value) { config[key] = value; } export function getConfig(key) { return config[key]; }