UNPKG

ts-py-datetime

Version:

Datetime handling the python way (or as close as possible), now with TypeScript

4 lines (3 loc) 104 B
export function isParams(params) { return typeof params == 'object' && !Array.isArray(params); }