MCPcopy
hub / github.com/nuxt-modules/tailwindcss / isJSObject

Function isJSObject

src/expose.ts:8–8  ·  view source on GitHub ↗
(value: any)

Source from the content-addressed store, hash-verified

6
7const NON_ALPHANUMERIC_RE = /^[0-9a-z]+$/i
8const isJSObject = (value: any) => typeof value === 'object' && !Array.isArray(value)
9
10export const createExposeTemplates = (config: ExposeConfig, nuxt = useNuxt()) => {
11 const templates: ResolvedNuxtTemplate<any>[] = []

Callers 2

populateMapFunction · 0.70
declareModuleFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected