@fimbul/ymir
Advanced tools
Comparing version 0.9.0-dev.20180505 to 0.9.0
{ | ||
"name": "@fimbul/ymir", | ||
"version": "0.9.0-dev.20180505", | ||
"version": "0.9.0", | ||
"description": "Core library for the Fimbullinter project", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -269,3 +269,3 @@ import 'reflect-metadata'; | ||
export interface Resolver { | ||
resolve(id: string, basedir: string, extensions: string[], paths?: string[]): string; | ||
resolve(id: string, basedir: string, extensions: ReadonlyArray<string>, paths?: ReadonlyArray<string>): string; | ||
require(id: string, options?: { | ||
@@ -272,0 +272,0 @@ cache?: boolean; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33494