0.1.0 • Published 2 years ago

@tyler.thayn/org.tts.js.core v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

org-tts-js-core

npm version license badge

TTS Design's javascript core libraries for GScript, NodeJS & Browser implementations

Usage

1. NodeJs

npm install org-tts-js-core

require('org-tts-js-core')

2. Browser

CDN

<script src="https://cdn.ttscloud.site/org-tts-js-core.js"></script>

Local source

<script src="org-tts-js-core.js"></script>

Contents

  • Array#
  • Array#
  • Array#
  • Array#
  • Array#Delete(elements, array)
  • Array#DeleteAt(indexes, array)
  • Array#Difference(lists)
  • Array#Flatten(depth)
  • Array#Intersection(lists)
  • Array#Omit(elements)
  • Array#OmitAt(indexes)
  • Array#Pick(elements)
  • Array#Shuffle()
  • Array#Union(lists)
  • Array#Unique(lists)
  • Array#Xor(lists, array)
  • Array.From(value)
  • Array.IsArray(object)
  • Clone(parent)
  • Delay()
  • IsEqual(objects)
  • Merge(target, sources)
  • Noop()
  • Object#Clone()
  • Object#Define(name, value, enumerable)
  • Object#Each(fn, this)
  • Object#Extend(source)
  • Object#Get(path, default)
  • Object#Has(paths)
  • Object#Includes(paths)
  • Object#IsEqual(objects)
  • Object#Keys()
  • Object#Merge(sources)
  • Object#Paths(depth, paths)
  • Object#Pick(paths)
  • Object#Set(path, value)
  • Object#Trim()
  • Object#Type(compare)
  • Object#Values()
  • String#AsAscii()
  • String#AsBase64()
  • String#AsUrlMatch()
  • String#CamelCase(UpperCamel)
  • String#Capitalize(AllWords)
  • String#Hash(type)
  • String#IsBase64()
  • String#IsEmpty()
  • String#IsJson()
  • String#Pad(length, char, rightPad)
  • String#Repeat(n)
  • Type(item, compare)
  • global.Define(object, name, value, enumerable)
  • global.Extend(target, sources)

REFERENCES

page
repo
wiki
bugs

LICENSE

MIT

page: repo:

bugs: