mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
refactor: remove toThenable export
BREAKING CHANGE: `<liquidjs>.toThenable` is removed, use `<liquidjs>.toPromise` instead
This commit is contained in:
@@ -44,5 +44,3 @@ export function toValueSync<T> (val: Generator<unknown, T, unknown> | T): T {
|
||||
} while (!done)
|
||||
return value
|
||||
}
|
||||
|
||||
export const toThenable = toPromise
|
||||
|
||||
Reference in New Issue
Block a user