/
eb
/
Surf
Обзор
Документация
Войти
/
eb
/
Surf
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Surf
/
node_modules
/
jsprim
/
..
lib
Initial commit
6 лет назад
CHANGES.md
Initial commit
6 лет назад
CONTRIBUTING.md
Initial commit
6 лет назад
LICENSE
Initial commit
6 лет назад
README.md
Initial commit
6 лет назад
package.json
Initial commit
6 лет назад
jsprim: utilities for primitive JavaScript types
deepCopy(obj)
deepEqual(obj1, obj2)
isEmpty(obj)
hasKey(obj, key)
forEachKey(obj, callback)
flattenObject(obj, depth)
flattenIter(obj, depth, func)
pluck(obj, key)
randElt(array)
startsWith(str, prefix)
endsWith(str, suffix)
parseInteger(str, options)
iso8601(date)
parseDateTime(str)
hrtimeDiff(timeA, timeB)
hrtimeAdd(timeA, timeB)
hrtimeAccum(timeA, timeB)
hrtimeNanosec(timeA), hrtimeMicrosec(timeA), hrtimeMillisec(timeA)
validateJsonObject(schema, object)
extraProperties(object, allowed)
mergeObjects(provided, overrides, defaults)
Contributing
README.md