mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
8 lines
92 B
JavaScript
Executable File
8 lines
92 B
JavaScript
Executable File
define( [
|
|
"./hasOwn"
|
|
], function( hasOwn ) {
|
|
"use strict";
|
|
|
|
return hasOwn.toString;
|
|
} );
|