UNPKG

eploy2

Version:

Easy deployment for any programming languages and also transfer the files to a server instantly with a single command

7 lines 139 B
export const isJson = (params: string) => { try { return JSON.parse(params) } catch (e: any) { return false } }