mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
setItems() update
This commit is contained in:
@ -68,6 +68,7 @@ export function defaults(dest) {
|
||||
return dest;
|
||||
}
|
||||
|
||||
export const isBoolean = val => typeof val === 'boolean';
|
||||
export const isString = val => typeof val === 'string';
|
||||
export const isNumber = val => typeof val === 'number';
|
||||
export const isFunction = val => typeof val === 'function';
|
||||
|
Reference in New Issue
Block a user