MCPcopy
hub / github.com/josdejong/mathjs / import

Method import

types/index.d.ts:3869–3869  ·  view source on GitHub ↗

* Import functions from an object or a module * To avoid errors when using one of the imported functions extend module like this: * * @example * // imported_math_functions.ts * declare module 'mathjs' { * interface MathJsInterface { * hello(a: number): number; *

(object: ImportObject | ImportObject[], options?: ImportOptions)

Source from the content-addressed store, hash-verified

3867 * @param options An object with import options.
3868 */
3869 import(object: ImportObject | ImportObject[], options?: ImportOptions): void
3870}
3871
3872/**

Callers 15

config.test.jsFile · 0.80
import.test.jsFile · 0.80
parse.test.jsFile · 0.80
Chain.test.jsFile · 0.80
testTypes.tsFile · 0.80
mainNumber.test.jsFile · 0.80
mainAny.test.jsFile · 0.80
createFunction · 0.80
import.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected