1.0.5 • Published 3 years ago

@rbxts/fflag v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

SheetValues

This is a Typescript wrapper for SheetValues, by BoatBomber. The goal of this package is to provide a typesafe way of accessing FFlag values.

Example

fflag-provider.ts

const SPREAD_ID = "Spreadsheet ID";
const FFlagProvider = new FFlagManager(SPREAD_ID);

export = FFlagProvider;

fflag-definitions.ts

export const FFLAG_TEST = new FFlag("SomeTestFFlag", t.boolean, false);

test.server.ts

while (wait(1)) {
    print(FFlagProvider.GetFFlag(FFLAG_TEST));
}
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago