Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typeorm/src/query-builder/QueryBuilderUtils.ts>QueryBuilderUtils

Forked from https://github.com/typeorm/typeorm
Latest
class QueryBuilderUtils
import { QueryBuilderUtils } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/query-builder/QueryBuilderUtils.ts";

Helper utility functions for QueryBuilder.

Static Methods

isAliasProperty(str: any): str is string

Checks if given value is a string representation of alias property, e.g. "post.category" or "post.id".