gyromagnetic-ratio
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -1,2 +0,2 @@ | ||
export type Nuclei = '1H' | '2H' | '3H' | '3He' | '7Li' | '13C' | '14N' | '15N' | '17O' | '19F' | '23Na' | '27Al' | '29Si' | '31P' | '57Fe' | '63Cu' | '67Zn' | '129Xe' | '195Pt' | '199Hg' | '187Os' | '183W' | '125Te' | '123Te' | '119Sn' | '117Sn' | '115Sn' | '113Cd' | '111Cd' | '109Ag' | '107Ag' | '103Rh' | '89Y' | '77Se' | '203Tl' | '205Tl' | '207Pb'; | ||
type Nuclei = '1H' | '2H' | '3H' | '3He' | '7Li' | '13C' | '14N' | '15N' | '17O' | '19F' | '23Na' | '27Al' | '29Si' | '31P' | '57Fe' | '63Cu' | '67Zn' | '129Xe' | '195Pt' | '199Hg' | '187Os' | '183W' | '125Te' | '123Te' | '119Sn' | '117Sn' | '115Sn' | '113Cd' | '111Cd' | '109Ag' | '107Ag' | '103Rh' | '89Y' | '77Se' | '203Tl' | '205Tl' | '207Pb'; | ||
type GyromagneticRatio = { | ||
@@ -3,0 +3,0 @@ [key in Nuclei]: number; |
@@ -1,2 +0,2 @@ | ||
export type Nuclei = '1H' | '2H' | '3H' | '3He' | '7Li' | '13C' | '14N' | '15N' | '17O' | '19F' | '23Na' | '27Al' | '29Si' | '31P' | '57Fe' | '63Cu' | '67Zn' | '129Xe' | '195Pt' | '199Hg' | '187Os' | '183W' | '125Te' | '123Te' | '119Sn' | '117Sn' | '115Sn' | '113Cd' | '111Cd' | '109Ag' | '107Ag' | '103Rh' | '89Y' | '77Se' | '203Tl' | '205Tl' | '207Pb'; | ||
type Nuclei = '1H' | '2H' | '3H' | '3He' | '7Li' | '13C' | '14N' | '15N' | '17O' | '19F' | '23Na' | '27Al' | '29Si' | '31P' | '57Fe' | '63Cu' | '67Zn' | '129Xe' | '195Pt' | '199Hg' | '187Os' | '183W' | '125Te' | '123Te' | '119Sn' | '117Sn' | '115Sn' | '113Cd' | '111Cd' | '109Ag' | '107Ag' | '103Rh' | '89Y' | '77Se' | '203Tl' | '205Tl' | '207Pb'; | ||
type GyromagneticRatio = { | ||
@@ -3,0 +3,0 @@ [key in Nuclei]: number; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getGyromagneticRatio = exports.gyromagneticRatio = void 0; | ||
exports.gyromagneticRatio = void 0; | ||
exports.getGyromagneticRatio = getGyromagneticRatio; | ||
exports.gyromagneticRatio = { | ||
@@ -61,3 +62,2 @@ '1H': 267.52218744e6, | ||
} | ||
exports.getGyromagneticRatio = getGyromagneticRatio; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "gyromagnetic-ratio", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Reference values for gyromagnetic ratio", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -1,2 +0,2 @@ | ||
export type Nuclei = | ||
type Nuclei = | ||
| '1H' | ||
@@ -84,3 +84,3 @@ | '2H' | ||
export function getGyromagneticRatio(nucleus: string) { | ||
export function getGyromagneticRatio(nucleus: string): number | null { | ||
if (gyromagneticRatio[nucleus as Nuclei]) { | ||
@@ -87,0 +87,0 @@ return gyromagneticRatio[nucleus as Nuclei]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
14538