UNPKG

api-to-go

Version:

Easy backend with API-endpoint, ready MongoDB, strong authentication and easy data handling.

7 lines 163 B
export default function (source) { if (source == null || source == undefined || source == '') { return true; } else { return false; } }