UNPKG

180 BJavaScriptView Raw
1/**
2 * @ignore
3 */
4export function identity(x) {
5 return x;
6}
7/**
8 * @ignore
9 */
10export async function identityAsync(x) {
11 return x;
12}
13
14//# sourceMappingURL=identity.mjs.map