Sha256: ccb39bc2335f6df7eb587b824daa03b63c4638003cbbc0ffacecde47db3f7d4b
Contents?: true
Size: 312 Bytes
Versions: 14
Compression:
Stored size: 312 Bytes
Contents
'use strict'; module.exports = function (t, a) { a(t(1, 2), 1, "Options"); a(t(1, 2, true), 1, "Options: Async "); a(t(undefined, 2), 2, "Function"); a(t(undefined, 2, true), 1, "Function: Async"); a(t(undefined, undefined, false), 1, "Unknown"); a(t(undefined, undefined, true), 1, "Unknown: async"); };
Version data entries
14 entries across 7 versions & 1 rubygems