1.3.0 • Published 10 months ago

@lvce-editor/assert v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Assert

Runtime type assertions for catching errors early

Install

npm install @lvce-editor/assert

Usage

import * as Assert from '@lvce-editor/assert'

const someFunction = (value) => {
  Assert.array(value)
}

Gitpod

Open in Gitpod