UNPKG

@fourlights/strapi-plugin-deep-populate

Version:

This plugin provides a simple way of retrieving all nested objects in a single request.

2 lines (1 loc) 143 B
export declare function asBoolean(value: string | boolean | null | undefined): value is Exclude<string | boolean, "" | "false" | "0" | false>;