UNPKG

@duetds/date-picker

Version:

Duet Date Picker is an open source version of Duet Design System’s accessible date picker.

10 lines (5 loc) 141 B
'use strict'; const internals = {}; module.exports = function (promise) { return !!promise && typeof promise.then === 'function'; };