mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Merge pull request #15792 from ltegman/ember-isBlank
Add Ember isBlank and isPresent
This commit is contained in:
2
types/ember/index.d.ts
vendored
2
types/ember/index.d.ts
vendored
@@ -2392,11 +2392,13 @@ declare namespace Ember {
|
||||
function inspect(obj: any): string;
|
||||
function instrument(name: string, payload: any, callback: Function, binding: any): void;
|
||||
function isArray(obj: any): boolean;
|
||||
function isBlank(obj: any): boolean;
|
||||
function isEmpty(obj: any): boolean;
|
||||
function isEqual(a: any, b: any): boolean;
|
||||
function isGlobalPath(path: string): boolean;
|
||||
const isNamespace: boolean;
|
||||
function isNone(obj: any): boolean;
|
||||
function isPresent(obj: any): boolean;
|
||||
function isPrototypeOf(obj: {}): boolean;
|
||||
function isWatching(obj: any, key: string): boolean;
|
||||
function keys(obj: any): any[];
|
||||
|
||||
Reference in New Issue
Block a user