UNPKG
prowler-sdk-poc
Version:
latest (0.0.1)
0.0.1
0.0.0
# Python
github.com/mmuller88/prowler-sdk-poc
mmuller88/prowler-sdk-poc
prowler-sdk-poc
/
node_modules
/
xml2js
/
lib
/
bom.js
13 lines
(11 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
// Generated by CoffeeScript 1.12.7
(
function
(
) {
"use strict"
;
exports
.
stripBOM
=
function
(
str
) {
if
(str[
0
] ===
'\uFEFF'
) {
return
str.
substring
(
1
); }
else
{
return
str; } }; }).
call
(
this
);