UNPKG

@onslip/hawk

Version:

HTTP Hawk Authentication Scheme

12 lines (7 loc) 254 B
/* $lab:coverage:off$ */ 'use strict'; const internals = {}; exports.keys = function (obj, options = {}) { return options.symbols !== false ? Reflect.ownKeys(obj) : Object.getOwnPropertyNames(obj); // Defaults to true }; /* $lab:coverage:on$ */