artdaq_node_server
v1_00_09
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Variables
Pages
src
node_modules
xml2js
lib
bom.js
1
// Generated by CoffeeScript 1.10.0
2
(
function
() {
3
"use strict"
;
4
exports.stripBOM =
function
(str) {
5
if
(str[0] ===
'\uFEFF'
) {
6
return
str.substring(1);
7
}
else
{
8
return
str;
9
}
10
};
11
12
}).call(
this
);
Generated on Tue Aug 8 2017 08:39:26 for artdaq_node_server by
1.8.5