import{_ as o,c as r,o as l,N as a,x as e,a as t}from"./chunks/framework.0799945b.js";const x=JSON.parse('{"title":"Module: util/common","description":"","frontmatter":{"editLink":false},"headers":[],"relativePath":"api/modules/util/common.md","lastUpdated":null}'),d={name:"api/modules/util/common.md"},n=a('
• Direction: Object
Name | Type |
---|---|
Default | "Up" |
Down | "Down" |
Left | "Left" |
Right | "Right" |
Up | "Up" |
profectus/src/util/common.ts:21
Ƭ ArrayElements<T
>: T
extends ReadonlyArray
<infer S> ? S
: never
Name | Type |
---|---|
T | extends ReadonlyArray <unknown > |
profectus/src/util/common.ts:3
Name | Type |
---|---|
T | T |
K | extends keyof T |
profectus/src/util/common.ts:1
▸ camelToTitle(camel
): string
Name | Type |
---|---|
camel | string |
profectus/src/util/common.ts:9
▸ isFunction<T
, S
, R
>(functionOrValue
): functionOrValue is Function
Name | Type |
---|---|
functionOrValue | R | (...args : S ) => T |