org-tts-js-core

1.0.3 • Public • Published

org-tts-js-core

[![npm version]][npm] [![license badge]][license]

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][repo]
wiki
[bugs][bugs]

LICENSE

[MIT][license]

[bugs]: [license]: /blob/master/LICENSE-MI [license badge]: https://img.shields.io/badge/license-mit-blue.svg [npm]: https://npm.ttscloud.site/#/detail/org-tts-js-core [npm version]: https://img.shields.io/badge/version-v1.0.3-blue.svg

Package Sidebar

Install

npm i org-tts-js-core

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

8.59 MB

Total Files

155

Last publish

Collaborators

  • tyler.thayn