PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
es5-ext
/
string
/
#
/
code-point-at
"use strict"; var str = "abc\uD834\uDF06def"; module.exports = function () { if (typeof str.codePointAt !== "function") return false; return str.codePointAt(3) === 0x1d306; };
[-] is-implemented.js
[edit]
[+]
..
[-] shim.js
[edit]
[-] index.js
[edit]
[-] implement.js
[edit]