deno.land / x / eta@v1.12.3 / polyfills.ts
1234567891011121314export const promiseImpl = Promise;
export function getAsyncFunctionConstructor(): Function { return async function () {}.constructor;}
export function trimLeft(str: string): string { return str.trimLeft();}
export function trimRight(str: string): string { return str.trimRight();}
Version Info
External Dependencies