How to use @ionic/utils-object - 1 common examples

To help you get started, we’ve selected a few @ionic/utils-object examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ionic-team / ionic-cli / packages / @ionic / utils-process / src / index.ts View on Github external
export function createProcessEnv(...sources: { [key: string]: string | undefined; }[]): NodeJS.ProcessEnv {
  return lodash.assign(TERMINAL_INFO.windows ? createCaseInsensitiveObject() : {}, ...sources);
}

@ionic/utils-object

Object utils

MIT
Latest version published 1 year ago

Package Health Score

70 / 100
Full package analysis

Popular @ionic/utils-object functions

Similar packages