UNPKG

3xworkaround

Version:

This is an interface for 3x-ui panel. It will help developers to create, edit and delete inbounds and clients in a simple way.

10 lines (9 loc) 225 B
export const stringifySettings = (settings) => { if (typeof settings === "object") { return JSON.stringify(settings); } if (typeof settings === "string") { return settings; } return ""; };