Skip to content

A collection of application-agnostic ES6 modules

License

Notifications You must be signed in to change notification settings

tubepress/es-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TubePress ECMAScript Utilities

A collection of application-agnostic ES6 modules with the following goals:

  1. Modules should provide stable interfaces to accomplish common tasks
  2. Module implementations should be lightweight, high-quality, and may be 3rd-party
  3. Modules must support ES5 environments

List of modules

Example Usage

import endsWith from '@tubepress/es-utils/es/string/ends-with';

if (endsWith('foo-bar', 'bar')) {
  ...
}

About

A collection of application-agnostic ES6 modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published