1.0.0 • Published 1 month ago

@hoangcung1804npm/quidem-asperiores-nulla v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Typescript helpers

Small footprint library that helps with repetitive tasks.

Installation

npm i --save @hoangcung1804npm/quidem-asperiores-nulla

Usage

import {DeepObjectScan} from '@hoangcung1804npm/quidem-asperiores-nulla/deep-object-scan';
import {OfNumberType} from '@24vlh/ts-assert/number';

console.log(
    DeepObjectScan('a.b.c', {a: {b: {c: 1}}}, OfNumberType)
);
// shall output 1

List of helpers

Helpers

  • DeepCopyPrimitive
  • DeepCopy
  • DeepObjectScan
  • MoveArrayEntryIndex
  • ReadObjectProperty
  • SaveAs
  • SaveAsPrimitive
  • SaveAsBlob
  • SaveAsText
  • SaveAsJson
  • SaveAsCsv
  • SaveAsXml
  • SaveAsHtml
  • SaveAsImage
  • SaveAsCanvas
  • SaveAsPdf
  • SaveAsAudio
  • SaveAsVideo
  • SaveAsFile
  • SaveAsArrayBuffer
  • SaveAsBlobParts

@vlah.io

1.0.0

1 month ago