sqlocal / index / ScalarUserFunction
Type Alias: ScalarUserFunction
ts
type ScalarUserFunction = {
func: (...args) => any;
name: string;
type: "scalar";
};Defined in: src/types.ts:177
Properties
| Property | Type | Defined in |
|---|---|---|
func | (...args) => any | src/types.ts:180 |
name | string | src/types.ts:179 |
type | "scalar" | src/types.ts:178 |

