UNPKG

sugar

Version:

A Javascript utility library for working with native objects.

9 lines (7 loc) 151 B
'use strict'; function assertArgument(exists) { if (!exists) { throw new TypeError('Argument required'); } } module.exports = assertArgument;