UNPKG
transcord
Version:
latest (0.2.0)
1.0.0
0.2.0
0.1.1
0.1.0
A simple recording and transcription module.
github.com/sotrxii/transcord
sotrxii/transcord
transcord
/
src
/
js
/
utilities.js
7 lines
(5 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
toArray
(
obj, offset
)
{
var
args
= [];
args
.push(offset);
return
args
.slice.apply(obj,
args
); }