Skip to content

Collection of helpers originally pulled from utemplate

Notifications You must be signed in to change notification settings

Announcement/helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helpers

Commands

install developer tools npm install

verify code coverage npm run-script coverage

test the code/api npm run-script test

code quality control npm run-script report

generate api documentation npm run-script docs

is (a collection of comparators)

element - detects if input is of type Element

equal - detects if objects are deeply equal

existent - object is not null or undefined

fragment - detects if input is a DocumentFragment

inside - detects if item is inside of object.

text - detects if input is of type Text

as (a collection of mutations)

array - lazy mutation to Array

attempt - mutate if possible

decomposed - mutation pipeline

flatten - Array flatten method

method - prepares a function for a curry

pair - mutates an object to a list of {key, value} pairs

query (a collection of selectors)

select

unique

where

About

Collection of helpers originally pulled from utemplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages