identity.js 82 Bytes
Newer Older
liang ce committed
1 2 3 4
export function identity(x) {
    return x;
}
//# sourceMappingURL=identity.js.map