runtime type assertions for catching errors early
npm install @lvce-editor/assertRuntime type assertions for catching errors early
``sh`
npm install @lvce-editor/assert
`js
import * as Assert from '@lvce-editor/assert'
const someFunction = (value) => {
Assert.array(value)
}
``