UNPKG

177 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.get = get;
7function get(key) {
8 return this.data.has(key) ? this.data.get(key) : null;
9}
\No newline at end of file