UNPKG

@tokens-studio/sdk

Version:
11 lines 338 B
let API_KEY = process.env.TOKENS_STUDIO_API_KEY; export const getKey = () => { return API_KEY; }; // we only set the API key via run-command terminal // and we don't test this because it's a pain to test terminal interaction /* c8 ignore next 3 */ export const setKey = (v) => { API_KEY = v; }; //# sourceMappingURL=api-key.js.map